phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
MutableWStringN
nxt
container
static_array
Stack-allocated mutable wstring of maximum length of
capacity.
@
safe
pure
alias
MutableWStringN
(
uint
capacity
,
bool
borrowChecked
=
false
)
=
StaticArray
!(
char
,
capacity
,
borrowChecked
)
Meta
Source
See Implementation
nxt
container
static_array
aliases
DStringN
MutableDStringN
MutableStringN
MutableWStringN
StringN
WStringN
structs
StaticArray
Stack-allocated mutable wstring of maximum length of capacity.