- containsKey
bool containsKey(KeyT key)
Undocumented in source. Be warned that the author may not have intended to support it.
- getAt
inout(ValueT) getAt(KeyT key)
Undocumented in source. Be warned that the author may not have intended to support it.
- getAtByRef
inout(ValueT) getAtByRef(KeyT key)
Undocumented in source. Be warned that the author may not have intended to support it.
- getAtOrDefault
inout(ValueT) getAtOrDefault(KeyT key, ValueT default_)
Undocumented in source. Be warned that the author may not have intended to support it.
- getPtrUnsafeAt
inout(ValueT)* getPtrUnsafeAt(KeyT key)
Undocumented in source. Be warned that the author may not have intended to support it.
- put
void put(KeyT key, ValueT value)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeAt
bool removeAt(KeyT key)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeAt
bool removeAt(KeyT key, ValueT outValue)
Undocumented in source. Be warned that the author may not have intended to support it.