[][src]Type Definition index_vec::IndexBox

type IndexBox<I, T> = Box<IndexSlice<I, T>>;

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