FixedString.concat

concatenation. note that you should probably use the ~ operator instead - only use this version when you are pressed for ram and aren't making many calls, or you will end up with template bloat.

struct FixedString(size_t maxSize, CharT = char)
const
concat
(
size_t s
T : CharT
size_t n
)
(
in FixedString!(n, T) rhs
)

Meta