array operations and ranges

Jakob Ovrum via Digitalmars-d digitalmars-d at puremagic.com
Sun Apr 26 22:02:22 PDT 2015


On Sunday, 26 April 2015 at 18:48:15 UTC, Vlad Levenfeld wrote:
> I've got a lib to enable this syntax:
>
>   Array!float a = b[].transform_1;
>   a[i..j] = c[x..y].transform_2;

Phobos containers already support the first line, and it would be 
a natural extension to make them support the second.


More information about the Digitalmars-d mailing list