Should be able to do: assert(result.save.all!(x => x < 10));
But iota's save isn't const, so you can't (that's a bug).
Peter Alexander via Digitalmars-d Mon, 24 Nov 2014 04:01:10 -0800
Should be able to do: assert(result.save.all!(x => x < 10));
But iota's save isn't const, so you can't (that's a bug).