opDispatch shadowing toString - feature or bug?
Christophe
travert at phare.normalesup.org
Thu Sep 1 00:56:49 PDT 2011
Try to create the method:
const void toString(void delegate(const(char)[]) sink, string formatString)
{
sink(toString());
}
More information about the Digitalmars-d-learn
mailing list