Namespace providing type-safe operations for the Uint branded type.
The Uint type represents a non-negative integer. Division (div) uses
floor division.
Unlike SafeInt, Uint allows values outside the safe integer range (±2^53
− 1), so very large magnitudes may lose precision in JavaScript's number
type.
Namespace providing type-safe operations for the
Uintbranded type.The
Uinttype represents a non-negative integer. Division (div) uses floor division.Unlike
SafeInt,Uintallows values outside the safe integer range (±2^53 − 1), so very large magnitudes may lose precision in JavaScript'snumbertype.