Irving
12/03/2020, 11:47 AMandroidx.compose.ui.util.fastAny
and androidx.compose.ui.util.fastForEach
can't resolve. The util lib need i resolve manually?allan.conda
12/03/2020, 11:48 AMIrving
12/03/2020, 11:49 AMallan.conda
12/03/2020, 11:49 AMCyril Find
12/03/2020, 11:50 AMallan.conda
12/03/2020, 11:50 AMCyril Find
12/03/2020, 11:50 AMallan.conda
12/03/2020, 11:52 AMforEach() and any() use an iterator that can be
avoid when using fastForEach() and fastAny(). Also
added a fastForEachIndexed() for uses of that method.
Cyril Find
12/03/2020, 11:54 AMList
, thanks !