Constructors

Link copied to clipboard
constructor(base: IntArray, updated: ObservableIntArray.(IntRange) -> Unit)

Properties

Link copied to clipboard
Link copied to clipboard
open override val size: Int
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
operator fun get(index: Int): Int
Link copied to clipboard
operator fun iterator(): IntIterator
Link copied to clipboard
inline fun <T> lock(block: () -> T): T
Link copied to clipboard
operator fun set(index: Int, value: Int)
operator fun set(range: IntRange, element: Int)