On 04/14/2015 07:21 AM, Dennis Ritchie wrote:
F#: ----- printfn "%A" xs.[4 .. 7, 4 .. 9] -----
D supports that syntax as well: http://dlang.org/operatoroverloading.html#slice I have a simple example here: http://ddili.org/ders/d.en/templates_more.html#ix_templates_more.multi-dimensional%20operator%20overloading Ali