addToAAchars

Adds str to aachars, and assigns a new index if none

version(COMPILE)
extern (D) nothrow
static if(1)
uint
addToAAchars
(
ref AAchars* aachars
,
const(char)[] str
)

Parameters

aachars AAchars*

AAchars where to add str

str const(char)[]

string to add to aachars

Meta