BorshVecSized<T> constructor
const
BorshVecSized<T> (
- BorshAnnotationSized<
T> subtype, - int capacity
Creates an annotation for a dynamically sized array with sized data types.
Implementation
const BorshVecSized(
super.subtype,
this.capacity,
);