Up: Array Functions [Contents][Index]
reverse
The standard function reverse provides the following interface:
fun reverse = (any[] a) void:
It reverses the elements of the given array.