Whenever you want to iterate from `(0..n-1)` and you don’t need the index, use `repeat{}`
c
Whenever you want to iterate from
(0..n-1)
and you don’t need the index, use
repeat{}