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