Home
last modified time | relevance | path

Searched defs:mutableVectorOf (Results 1 – 1 of 1) sorted by relevance

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/collection/
DMutableVector.kt1102 inline fun <reified T> mutableVectorOf() = MutableVector<T>() in mutableVectorOf() method
1108 inline fun <reified T> mutableVectorOf(vararg elements: T): MutableVector<T> { in mutableVectorOf() method