On Wed, 13 Feb 2013 17:00:39 +0100, bearophile wrote:
> 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.
That's a nice touch. Good idea, Andrea :)
--
Lee