reverse

actual fun <T> MutableList<T>.reverse()(source)

Reverses elements in the list in-place.

Since Kotlin

1.0