Struct toString() & this pointer question
    BCS 
    ao at pathlink.com
       
    Sun Apr  8 20:25:39 PDT 2007
    
    
  
Structs are pass by value. The *s pushes the struct onto the stack and then 
the toString function is called on that struct.
    
    
More information about the Digitalmars-d-bugs
mailing list