StringA

Undocumented in source.
template StringA (
A = typeof(theAllocator)
) if (
isAllocator!A
) {}

Members

Aliases

StringA
alias StringA = Vector!(immutable char, A)
Undocumented in source.

Meta