Chain a range of ranges?

Brad Anderson via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Jan 16 19:38:18 PST 2017


On Tuesday, 17 January 2017 at 03:21:39 UTC, Yuxuan Shui wrote:
> The built in chain seems to only be able to chain a fixed 
> number of ranges, is there a way to chain a range/array of 
> ranges?

See std.algorithm.iteration.joiner


More information about the Digitalmars-d-learn mailing list