WStringN

Stack-allocated wstring of maximum length of capacity.

@safe pure
alias WStringN(uint capacity, bool borrowChecked = false) = StaticArray!(immutable(wchar), capacity, borrowChecked)

Meta