phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
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.