On 4/8/12 8:54 AM, H. S. Teoh wrote:
- Qualified keys not fully working: the current code has a few corner
   cases that don't work with shared/immutable/inout keys. One major
   roadblock is how to implement this:

        alias someType T;
        inout(T) myFunc(inout(T) arg, ...) {
                int[inout(T)] aa;
                ...
        }

I wonder how frequently such code is used.

Andrei


Reply via email to