concat.allocExpr

Undocumented in source.
template concat(Strs...)
nothrow @nogc
enum allocExpr = ctfeJoin!(Strs.length)("Strs[%s].length", "+") ~ "+1";

Meta