- addUser
void addUser(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- findUser
Tuple!(bool, "found", size_t, "index") findUser(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- fromList
void fromList(string userList)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeUser
void removeUser(string name)
Undocumented in source. Be warned that the author may not have intended to support it.