ordering.move: Move one item in an ordering and shift the other items.
Description
Move one item in an ordering and shift the other items.
Usage
ordering.move(ordering, from, to)
Arguments
from
The index of the item to move.
to
The index it should be moved to.