louiscad
01/21/2019, 8:55 AMUByte
, 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
)karelpeeters
01/21/2019, 10:33 AMDico
01/22/2019, 2:03 AM