slice library

Classes

Slice<T>
A contiguous sequence of elements in a List. Slices are a view into a list without allocating and copying to a new list, as such, they do not own their own data. Note: Shrinking the original list can cause the slices range to become invalid, which may cause an exception.
SliceIterator<T>
An iterator over the elements of a Slice.