FixedString.concat

concatenation. prefer this over the ~ operator whenever you know what size the result will be ahead of time - the operator version always uses the size of the maximum possible result.

struct FixedString(size_t maxSize, CharT = char)
@safe @nogc nothrow const pure
concat
(
size_t s
size_t n
)
(
in T rhs
)

Meta