pub type ArrayN16<T> = ArrayN<T, 16>;
Mina array limited to 16 elements.
pub struct ArrayN16<T>(Vec<T>);
0: Vec<T>