Home
last modified time | relevance | path

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

/compose/runtime/runtime/src/nonAndroidMain/kotlin/androidx/compose/runtime/collection/
DArrayUtils.nonAndroid.kt21 internal actual inline fun <T> Array<out T>.fastCopyInto( method
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/collection/
DArrayUtils.kt23 internal expect fun <T> Array<out T>.fastCopyInto( method
/compose/runtime/runtime/src/androidMain/kotlin/androidx/compose/runtime/collection/
DArrayUtils.android.kt21 internal actual inline fun <T> Array<out T>.fastCopyInto( in fastCopyInto() method