[OT] Swift removing minor features to piss me off

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Thu Apr 28 23:23:59 PDT 2016


On 2016-04-29 07:34, ag0aep6g wrote:

> I think it's fine with a D range: `foreach (i; iota(0, 5))` is less
> noisy than the `for` variant.

foreach (i; 0 .. 5)

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list