ts-data-forge
    Preparing search index...
    Uint: TtfImported_Uint

    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.