DStringN

Stack-allocated dstring of maximum length of capacity.

@safe pure
alias DStringN(uint capacity, bool borrowChecked = false) = FixedArray!(immutable(dchar), capacity, borrowChecked)

Meta