ts-data-forge
    Preparing search index...

    Type Alias Uint8

    Uint8: TtfImported_Uint8

    Namespace providing type-safe arithmetic operations for 8-bit unsigned integers.

    All operations automatically clamp results to the valid Uint8 range [0, 255]. This ensures that all arithmetic maintains the 8-bit unsigned integer constraint, with negative results clamped to 0 and overflow results clamped to MAX_VALUE.