Do unsigned numbers (`UByte`, `UShort`, `UInt` &am...
# announcements
l
Do unsigned numbers (
UByte
,
UShort
,
UInt
&
ULong
) have their boxed versions cached in a reasonable range? On Android, all signed numbers are cached from -128 to +127 (i.e. full
Byte
range, and part of
Short
,
Integer
and
Long
)
k
Try it! (and report back simple smile)
d
Unless the compiler treats those classes specially, I would assume no.