ts-data-forge
    Preparing search index...
    NonPositiveSafeInt: TtfImported_NonPositiveSafeInt

    Namespace providing type-safe arithmetic operations for non-positive safe integers.

    All operations automatically clamp results to the valid NonPositiveSafeInt range [Number.MIN_SAFE_INTEGER, 0]. This ensures that all arithmetic maintains the non-positive safe integer constraint, with positive results clamped to 0 and underflow results clamped to MIN_VALUE.