phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
WStringN
nxt
fixed_array
Stack-allocated wstring of maximum length of
capacity.
@
safe
pure
alias
WStringN
(
uint
capacity
,
bool
borrowChecked
=
false
)
=
FixedArray
!(
immutable
(
wchar
),
capacity
,
borrowChecked
)
Meta
Source
See Implementation
nxt
fixed_array
aliases
DStringN
MutableDStringN
MutableStringN
MutableWStringN
StringN
WStringN
structs
FixedArray
Stack-allocated wstring of maximum length of capacity.