FixedString.opBinary

concatenation operator. generally, you should prefer this version.

struct FixedString(size_t maxSize, CharT = char)
const
opBinary
(
string op
T : CharT
size_t n
)
(
in FixedString!(n, T) rhs
)
if (
op == "~"
)

Meta