On Friday, 10 March 2017 at 14:15:45 UTC, Nick Treleaven wrote:

Also deprecating nullary opSlice() would work against defining opSlice(int low = 0, int high = length).

The same call [] can go to a variadic opIndex(T[] indices ...)

So many possibilities :_)

Reply via email to