phobos-next ~master (2022-05-18T09:58:38.2169964)
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.