Can I define a “using” alias for a primitive without boxing?
I’m using a uint
type as a unique ID for objects. For readability and changeability purposes, I’d rather not use a uint
but an alias that would evaluate as uint. Usually, I’d add a using
clause and then use the defined type: