[][src]Macro generic_vec::InitArrayVec

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

An array backed vector backed by initialized memory

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