I've tried those syntaxes:

void f(appender!string buffer) { }
void f(A = appender)(A!string buffer) { }

but no luck... how do I do that?

Reply via email to