SliceOnSliceIntExtension<T extends num> extension
- on
-
- Slice<
T>
- Slice<
Methods
-
isSorted(
) → bool -
Available on Slice<
Checks if the elements of this slice are sorted. That is, for each element a and its following element b, a <= b must hold.T> , provided by the SliceOnSliceIntExtension extension -
sortUnstable(
) → void -
Available on Slice<
Sorts the slice, but might not preserve the order of equal elements.T> , provided by the SliceOnSliceIntExtension extension