FixedString.toString

struct FixedString(size_t maxSize, CharT = char)
@safe nothrow const pure
static if(isSomeChar!CharT)
const(CharT)[]
toString
()

Meta