This site requires javascript.
Android Code Search
file:androidx/compose/runtime/Applier.kt function:remove
search
close
info_outline
more_vert
Result 1 of 1
content_copy
Search Result Root
androidx/platform/frameworks/support
keyboard_arrow_right
Branch
Branch
androidx-main
keyboard_arrow_right
Search Result Path
compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
Applier.kt
content_copy
Preview
159:
160:
161:
*/
fun
remove
(index: Int, count: Int)
222:
223:
protected
fun
MutableList<T>.
remove
(index: Int, count: Int) {
if
(count ==
1
) {
276:
277:
override
fun
remove
(index: Int, count: Int) {
applier.remove(index +
if
(nesting ==
0
) offset
else
0
, count)
chevron_left
1
chevron_right
Results per page
10
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Got it
Open branch androidx-main
Help