This is for C# specifically. The reasoning here is that C# internally uses only `int` and `long` types. `uint` is not a real C# type.
This is for C# specifically. The reasoning here is that C# internally uses only
intandlongtypes.uintis not a real C# type.