UInt… is it 32 bits? Or is it “it depends” similar...
# announcements
t
UInt… is it 32 bits? Or is it “it depends” similar question for ULong 64 or “guess and see”
r
UInt
is 32 and
ULong
is 64 (and
UShort
is 16 and
UByte
is 8). They do not depend on the architecture of the environment.