reversed

open fun <T> reversed(list: List<T>): List<T>

Creates a new list, with the items in reverse order.