On Thursday, May 30, 2013 19:58:45 Brad Anderson wrote: > Is forEach real? I sought it out because it'd be a better fit > but came up empty (it's not in std.range or std.algorithm). No. The normal thing would be to just use an actual foreach loop. - Jonathan M Davis