karelpeeters
09/12/2018, 4:54 PMtypealias
is that it doesn't offer any type safety. For example, say I'm packing a 2D coordinate of `Int`s in a Long
, I don't want the Long
value to ever be interpreted as a number nor the other way around.mquigley
09/12/2018, 5:00 PMLong.toMyInline
which is how you have to do things with integers and unsigned primitives anyways.mquigley
09/12/2018, 5:00 PM