core
core copied to clipboard
[Proposal] Naming for iter
as_iter -> iter
iter -> for_each
[1, 2, 3, 4, 5]
.iter()
.for_each(fn { it => print(it) })
iter each ?
vote .iter() & .each(f). This allows the term 'iter' indicates @iter.Iter types without ambiguity.