automem v0.4.6 (2019-02-01T09:44:05Z)
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
functions
vector
structs
Vector
templates
StringA