typed-cstruct
    Preparing search index...

    Type Alias ValueBuilderOptions

    type ValueBuilderOptions = {
        buf: Uint8Array;
        endian?: "little" | "big";
        offset?: number;
    }
    Index

    Properties

    Properties

    buf: Uint8Array
    endian?: "little" | "big"
    offset?: number