- Preparing search index...
- The search index is not available
Lumos
- array<T>(itemCodec, itemCount): ArrayCodec<T> & Fixed
-
Type Parameters
-
T extends Codec<Uint8Array, any, any, BytesLike, T> & Fixed
Parameters
-
itemCodec: T
-
itemCount: number
Returns ArrayCodec<T> & Fixed
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.