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