phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
MutableStringN
nxt
fixed_array
Stack-allocated mutable string of maximum length of
capacity.
@
safe
pure
alias
MutableStringN
(
uint
capacity
,
bool
borrowChecked
=
false
)
=
FixedArray
!(
char
,
capacity
,
borrowChecked
)
Meta
Source
See Implementation
nxt
fixed_array
aliases
DStringN
MutableDStringN
MutableStringN
MutableWStringN
StringN
WStringN
structs
FixedArray
Stack-allocated mutable string of maximum length of capacity.