<@U0ELUM8FJ> Yes, `until` allocates an `IntRange`....
# announcements
d
@danko9 Yes,
until
allocates an
IntRange
. If you need to, you can use the
..
operator (
for (i in 0..n - 1)
), which has a compiler intrinsic which avoids the allocation altogether