Hi all, I have a data structure that I'm building, and I'm wondering if it's possible to parameterize the datatype to be unsigned or signed. Here's an example of what I'd imagine (although it's not valid syntax)
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | |
10 | |
11 | |
12 | |
13 | |
Is something like this possible? Thanks for taking a look!