BasicList

interface BasicList<T>

Inheritors

Properties

Link copied to clipboard
Link copied to clipboard
abstract val size: Int

Functions

Link copied to clipboard
abstract operator fun get(index: Int): T