SmallString.opOpAssign

Aliases the ~= operator to the append method for in-place string concatenation.

struct SmallString(uint maxLength)
extern (D) @safe pure @nogc
alias opOpAssign(string op : "~") = append