dynamic classes and duck typing

bearophile bearophileHUGS at lycos.com
Sat Nov 28 07:02:32 PST 2009


> It can have that signature shown by Walter:
> T opDispatch(s : string)(args...);

Or, to keep its name simpler to remember beside the opDynamic:
T opStatic(s : string)(args...);

Bye,
bearophile



More information about the Digitalmars-d mailing list