Properties

Link copied to clipboard
abstract val length: Int
Since Kotlin 1.1

Functions

Link copied to clipboard

Returns the view of this ItemArrayLike<T> collection as List<T>

Since Kotlin 1.1
Link copied to clipboard
abstract fun item(index: Int): T?
Since Kotlin 1.1