Why are commands executing out of order?

bearophile bearophileHUGS at lycos.com
Wed Feb 13 08:00:39 PST 2013


Andrea Fontana:

> Why Appender has no ~ operator itself?
>
> auto app = appender!string();
> app.put("a");  // why not app ~= "a"?

Now it's in GIT head.

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list