Type Alias ArrayN4000

Source
pub type ArrayN4000<T> = ArrayN<T, 4000>;
Expand description

Mina array limited to 4000 elements.

Aliased Type§

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

Tuple Fields§

§0: Vec<T>