Home
last modified time | relevance | path

Searched refs:_size (Results 1 – 1 of 1) sorted by relevance

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/external/kotlinx/collections/immutable/
DImmutableList.kt33 private var _size: Int = 0 in subList() variable in androidx.compose.runtime.external.kotlinx.collections.immutable.ImmutableList.SubList
37 this._size = toIndex - fromIndex in subList()
41 ListImplementation.checkElementIndex(index, _size) in subList()
46 override val size: Int get() = _size in subList()
49 ListImplementation.checkRangeIndexes(fromIndex, toIndex, this._size) in subList()