phobos-next ~master (2025-12-19T22:07:52.6441088)
Dub
Repo
MutableStringN
nxt
container
static_array
Stack-allocated mutable string of maximum length of
capacity.
@
safe
pure
alias
MutableStringN
(
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 string of maximum length of capacity.