Represents all the size options for array-like serializers — i.e. array, map and set.
array
map
set
It can be one of the following:
'remainder'
Generated using TypeDoc
Represents all the size options for array-like serializers — i.e.
array
,map
andset
.It can be one of the following:
'remainder'
to infer the number of items by dividing the rest of the buffer by the fixed size of its item. Note that this option is only available for fixed-size items.