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