is `IntRange` lazy? this takes forever to execute ...
# announcements
d
is
IntRange
lazy? this takes forever to execute
(0..Int.MAX_VALUE).map { it }.takeWhile { it < 10 }