FixedString

A nogc mutable char array (string)

alias FixedString(size_t N) = FixedArray!(char, N, false)

Meta