LazyArray

class LazyArray<T>(size: Int, accessor: (Int) -> T)

Functions

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

Properties

accessor
Link copied to clipboard
common
val accessor: (Int) -> T
arr
Link copied to clipboard
common
val arr: Array<T?>