reversedArray

Returns an array with elements of this array in reversed order.

Use reversed if you need to get the result in a list.

Since Kotlin

1.0

Returns an array with elements of this array in reversed order.

Use reversed if you need to get the result in a list.

Since Kotlin

1.3