• The array is a fixed-size type: it has a fixed-size inner type and a fixed length. The size of an array is the size of inner type times the length.

    Type Parameters

    • T extends Codec<Uint8Array, any, any, BytesLike, T> & Fixed

    Parameters

    • itemCodec: T

      the fixed-size array item codec

    • itemCount: number

    Returns ArrayCodec<T> & Fixed

Generated using TypeDoc