UInt53
class UInt53
An unsigned integer that can hold values up to 2^53 - 1. This can be treated similarly to Int
, but it is guaranteed to be non-negative, and it may be larger than 2^32 - 1.
An unsigned integer that can hold values up to 2^53 - 1. This can be treated similarly to Int
, but it is guaranteed to be non-negative, and it may be larger than 2^32 - 1.