RandomAccess

expect interface RandomAccess(source)

Since Kotlin

1.0

Inheritors

actual interface RandomAccess(source)

Marker interface indicating that the List implementation supports fast indexed access.

Since Kotlin

1.1

Inheritors

Since Kotlin

1.1
actual interface RandomAccess(source)

Marker interface indicating that the List implementation supports fast indexed access.

Since Kotlin

1.3

Inheritors