www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Chain a range of ranges?

reply Yuxuan Shui <yshuiv7 gmail.com> writes:
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?
Jan 16 2017
parent Brad Anderson <eco gnuk.net> writes:
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
Jan 16 2017