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)
@safe @nogc nothrow const pure
concat
(
size_t s
size_t n
)
(
in T rhs
)

Meta