reversed

abstract fun reversed(): ListWrapper<T>

返回一个 ListWrapper,其中包含此可迭代对象中元素的反转顺序。

Return

包含此可迭代对象中元素的反转顺序的 ListWrapper