[][src]Macro generic_vec::ArrayVec

macro_rules! ArrayVec {
    ($type:ty; $len:expr) => { ... };
}

An array backed vector backed by potentially uninitialized memory

On nightly, it's prefered to use the ArrayVec type alias