C#C
C#3y ago
hengi

Unsigned data types for reference implementation

Usage of unsigned types in C# is discouraged apart from some edge cases. Would it be appropriate to use it if one is implementing a Standard which requires unsigned types?
What would be an appropriate alternative, if that's not a valid use case for unsigned data types?
Was this page helpful?