Wrap array into a range.

Ilya Yaroshenko via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Mar 5 08:35:55 PST 2016


On Saturday, 5 March 2016 at 16:28:51 UTC, Alexandru Ermicioi 
wrote:
> I have to pass an array to a function that accepts an input 
> range. Therefore I need to transform somehow array into an 
> input range.
>
> Is there a range that wraps an array in standard library?

You just need to import std.array. --Ilya


More information about the Digitalmars-d-learn mailing list