dextool v5.0.0 (2022-12-09T08:28:15Z)
Dub
Repo
StringA
automem
vector
Undocumented in source.
template
StringA (
A
=
typeof
(
theAllocator
)
)
if
(
isAllocator
!
A
) {
alias
StringA
=
Vector
!(
immutable
char
,
A
)
;
}
Members
Aliases
StringA
alias
StringA
=
Vector
!(
immutable
char
,
A
)
Undocumented in source.
Meta
Source
See Implementation
automem
vector
aliases
String
StringM
classes
BoundsException
enums
isAllocator
functions
checkAllocator
vector
structs
Vector
templates
StringA