addToAAchars

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

version(COMPILE)
extern (C++) nothrow extern (D)
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

Suggestion Box / Bug Report