sdk-common / com.tomtom.online.sdk.common.functional.collections / Lists / reversed

reversed

static fun <A : Any!> reversed(@NonNull list: MutableList<A>): MutableList<A>!

For the given list this method produces its reversed copy.

Parameters

list - MutableList<A>: List to be reversed.

- List elements type.

Return
MutableList<A>!: Reversed copy of the given list