pub trait SpanIndex<T, L: Copy> { type Output: ?Sized; }
Array span index trait, for an element or a subslice.
Array element or subslice type.