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.