MutableStringN

Stack-allocated mutable string of maximum length of capacity.

@safe pure
alias MutableStringN(uint capacity, bool borrowChecked = false) = StaticArray!(char, capacity, borrowChecked)

Meta