reversed
.reversed from:{Iterable<Any>} -> Iterable<Any>Content copied to clipboard
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>Content copied to clipboard