BorshVec<T> constructor

const BorshVec<T>(
  1. BorshAnnotation<T> subtype
)

Creates an annotation for a dynamically sized array.

Implementation

const BorshVec(
  super.subtype,
);