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