Dealing with property function and operator overloads
    Andrej Mitrovic 
    andrej.mitrovich at gmail.com
       
    Tue Oct  4 16:59:39 PDT 2011
    
    
  
Also I can use a forward function for toString, I didn't realize this until now:
string toString() { return to!string(payload); }
    
    
More information about the Digitalmars-d-learn
mailing list