reversed

abstract fun reversed(): ListWrapper<T>

返回一个包含此数组元素的反向顺序的新列表。

参考 kotlin.collections.reversed

Return

一个包含此数组元素的反向顺序的新列表。