Wrap array into a range.

Alexandru Ermicioi via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Mar 5 08:28:51 PST 2016


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?


More information about the Digitalmars-d-learn mailing list