- add
IDType add(U args)
Undocumented in source. Be warned that the author may not have intended to support it.
- createID
IDType createID()
Creates an ID without setting a corresponding value.
- initialize
void initialize(RedisDatabase db, Replicate!(string, ID_LENGTH) name, string suffix)
Undocumented in source. Be warned that the author may not have intended to support it.
- isMember
bool isMember(long id)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(long id) del)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(long id, T) del)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
T opIndex(IDS id)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
void remove(IDS id)
Removes an ID along with the corresponding value.