Type Definition index_vec::IndexBox[][src]

pub type IndexBox<I, T> = Box<IndexSlice<I, T>>;
Expand description

IndexBox<I, [T]>: An alias for indexed boxed slice.