type of elements held in the array
the De/Serializer for the array length prefix
the De/Serializers for the element types
size of all elements in the array combined
The implementation is minor modification of fixedSizeArray
where the length is encoded as lengthBeet.byteSize
bytes:
https://github.dev/metaplex-foundation/beet/blob/e053b7b5b0c46ce7f6906ecd38be9fd85d6e5254/beet/src/beets/collections.ts#L84
Generated using TypeDoc
De/Serializes a small array with configurable length prefix and a specific number of elements of type T which do not all have the same size.