Join Slack
Powered by
<@U0ELUM8FJ> Yes, `until` allocates an `IntRange`....
# announcements
d
damian
07/25/2017, 4:36 PM
@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
4
Views
Open in Slack
Previous
Next