<@U0CCH7WDP> as others have said, some loop operat...
# android
k
@scoot as others have said, some loop operations are optimized to not actually create an in
IntRange
. to be sure, you should check the built-in byte code viewer. in any case, if you use anko, there is an extension function
List.forEachByIndex
that you can use to iterator over a list without creating garbage