MutableWStringN

Stack-allocated mutable wstring of maximum length of capacity.

@safe pure
alias MutableWStringN(uint capacity, bool borrowChecked = false) = FixedArray!(char, capacity, borrowChecked)

Meta