Any othe options for inserting into associative array?

Richard Webb webby at beardmouse.org.uk
Tue Nov 8 02:52:48 PST 2011


I just looked at my local Juno source, and it does have the change that i
mentioned in that forum post. I just added an extra version of opAssign:

  void opAssign(R)(R dg) if (is (R : MethodProxy) )
  {
    method = dg.method;
    returnType = dg.returnType;
    paramTypes = dg.paramTypes;
  }

I forgot about that ;-)


More information about the Digitalmars-d-learn mailing list