pub type IndexBox<I, T> = Box<IndexSlice<I, T>>;
IndexBox<I, [T]>: An alias for indexed boxed slice.
IndexBox<I, [T]>
struct IndexBox<I, T>(/* private fields */);