Working with ranges

Adam D. Ruppe destructionator at gmail.com
Sat Dec 8 03:51:02 UTC 2018


On Saturday, 8 December 2018 at 03:48:10 UTC, Murilo wrote:
>> Try passing `ps[]` to the function instead of plain `ps` and 
>> see what happens.
>
> How do I transform an array into a range?

With the slicing operator, [].


More information about the Digitalmars-d-learn mailing list