@oazmi/kitchensink - v0.9.13
    Preparing search index...

    Variable decode_varint_arrayConst

    decode_varint_array: DecodeFunc<
        number[],
        [type: VarNumericArrayType, array_length?: number],
    > = ...

    decode an byte buffer as an array of variable sized integers of the given type (signed or unsigned) and array_length.