and does anyone else vary between using `foos.forE...
# getting-started
h
and does anyone else vary between using
foos.forEach { }
and
for (foo in foos) { }
based on readability when given the option?