Associative Arrays and Structs

Dan murpsoft at hotmail.com
Sat Mar 17 07:45:41 PDT 2007


> Value[char[]] x = 3;

oops... bad example.  I meant:

Value[char[]] x;
x["hello"] = 3;


More information about the Digitalmars-d-learn mailing list