MoveExtension<T> extension

on

Methods

move(int from, int count, int to) Iterable<T>
Moves a range of elements in this iterable to a new position, offsetting other elements to compensate.