Reverses SList in-place. Performs no memory allocation.
Undocumented in source.
Reverses r in-place. Performs r.length / 2 evaluations of swap. UTF sequences consisting of multiple code units are preserved properly.
Creates a copy of a Tuple with its fields in reverse order.
Reverses the bits of the BitArray.
Returns an AliasSeq created from args with the order reversed.
Reverses the contents of this array in place, much like the reverse property for built-in arrays.
Given an edge (src, dst), returns the reverse edge (dst, src).
Reverses a #GList. It simply switches the next and prev pointers of each element.
Reverses the order of the items in @queue.
Reverses the array.
Support for array.reverse property for BitArray.