reversed

.reversed from:{Iterable<Any>} -> Iterable<Any>

Return

a new collection with the same elements as the original, in reverse order

Parameters

from

collection to reverse

Chaining

This function is designed to be chained with other function calls:
Iterable<Any>::reversed -> Iterable<Any>