Typeberry by Fluffy Labs - v0.5.2
    Preparing search index...

    Module numbers

    Fixed-size numeric types and operations.

    This module provides fixed-size integer types (U8, U16, U32, U64, etc.) and operations, ensuring consistent numeric behavior across platforms.

    Type Aliases

    FixedSizeNumber
    Result
    U16
    U32
    U64
    U8
    WithBytesRepresentation

    Variables

    __REPRESENTATION_BYTES__

    Functions

    isU16
    isU32
    isU64
    isU8
    leBytesAsU32
    maxU64
    minU64
    sumU32
    sumU64
    tryAsU16
    tryAsU32
    tryAsU64
    tryAsU8
    u32AsLeBytes
    u64FromParts
    u64IntoParts