forEach{ (var) -> {} } throws an error that is ...
# random
c
forEach{ (var) -> {} } throws an error that is maybe not super helpful.. removing the parens around the var fixes it.. also the docs don’t mention named params, except to say that you can use an underscore to skip them, like Swift...