DiscontiguousSlice
A collection wrapper that provides access to the elements of a collection, indexed by a set of indices.
Declaration
struct DiscontiguousSlice<Base> where Base : CollectionA collection wrapper that provides access to the elements of a collection, indexed by a set of indices.
struct DiscontiguousSlice<Base> where Base : Collection