Type Alias ArrayN16

Source
pub type ArrayN16<T> = ArrayN<T, 16>;
Expand description

Mina array limited to 16 elements.

Aliased Type§

pub struct ArrayN16<T>(Vec<T>);

Tuple Fields§

§0: Vec<T>