FixedString.opBinary

concatenation operator. generally, you should prefer this version.

struct FixedString(size_t maxSize, CharT = char)
@safe @nogc nothrow const pure
opBinary
(
string op
size_t n
)
(
in T rhs
)
if (
op == "~"
)

Meta