InPlaceOperations<E> extension
Extension methods on List that do work in-place.
- on
-
- List<
E>
- List<
Methods
-
reverse(
) → void -
Available on List<
Reverses the List in-place.E> , provided by the InPlaceOperations extension -
rotateLeft(
int shiftAmount, {int? start, int? end}) → void -
Available on List<
Rotates the List in-place in O(n) time and O(1) space.E> , provided by the InPlaceOperations extension