BorshArraySized<T> constructor

const BorshArraySized<T>(
  1. BorshAnnotationSized<T> subtype,
  2. int length
)

Creates an annotation for a fixed-length array with sized data types.

Implementation

const BorshArraySized(
  super.subtype,
  super.length,
);