phobos-next v0.5.1 (2022-12-21T17:07:30Z)
Home
Dub
Repo
WStringN
nxt
container
static_array
Stack-allocated wstring of maximum length of
capacity.
@
safe
pure
alias
WStringN
(
uint
capacity
,
bool
borrowChecked
=
false
)
=
StaticArray
!(
immutable
(
wchar
),
capacity
,
borrowChecked
)
Meta
Source
See Implementation
nxt
container
static_array
aliases
DStringN
MutableDStringN
MutableStringN
MutableWStringN
StringN
WStringN
structs
StaticArray
Stack-allocated wstring of maximum length of capacity.