Append a string to this set only if it is not already present, using a case-insensitive search
void iappendUnique(const char * s);
DStringSet Class