Is there a difference, or are they just aliases?
Yes, they are aliases. Here's the full list.
They are aliases but:
enum A : uint
{
// This code compiles
}
enum A : UInt32
{
// Compile error
}
There is no difference they are aliasses.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With