LazyIntList

class LazyIntList(defaultValueGenerator: () -> Int)

Constructors

Link copied to clipboard
constructor(defaultValueGenerator: () -> Int)

Functions

Link copied to clipboard
fun clear()
Link copied to clipboard
operator fun get(index: Int): Int
Link copied to clipboard
fun listCopy(): List<Int?>
Link copied to clipboard
Link copied to clipboard
operator fun set(index: Int, value: Int)