index_vec

Type Alias IndexBox

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

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

Aliased Typeยง

struct IndexBox<I, T>(/* private fields */);