- add
O add(V[K] values)
Undocumented in source. Be warned that the author may not have intended to support it.
- add
O add(K key, V value)
Undocumented in source. Be warned that the author may not have intended to support it.
- clear
O clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
- has
bool has(K key)
Undocumented in source. Be warned that the author may not have intended to support it.
- hasAllKeys
bool hasAllKeys(K[] keys)
Undocumented in source. Be warned that the author may not have intended to support it.
- hasAllValues
bool hasAllValues(V[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
- hasAnyKeys
bool hasAnyKeys(K[] keys)
Undocumented in source. Be warned that the author may not have intended to support it.
- hasAnyValues
bool hasAnyValues(V[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
- hasKey
bool hasKey(K key)
Undocumented in source. Be warned that the author may not have intended to support it.
- hasValue
bool hasValue(V value)
Undocumented in source. Be warned that the author may not have intended to support it.
- keys
K[] keys(bool sorted)
Undocumented in source. Be warned that the author may not have intended to support it.
- length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
void opAssign(V[K] values)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(V[K] values)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
V opIndex(K key)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
V[] opIndex(K[] keys)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
void opIndexAssign(V value, K key)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
O remove(K key)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
O remove(K[] someKeys)
Undocumented in source. Be warned that the author may not have intended to support it.
- toCSS
string toCSS()
Undocumented in source. Be warned that the author may not have intended to support it.
- toHTML
string toHTML()
Undocumented in source. Be warned that the author may not have intended to support it.
- toJSON
string toJSON()
Undocumented in source. Be warned that the author may not have intended to support it.
- toStrings
string[] toStrings(string mask)
Undocumented in source. Be warned that the author may not have intended to support it.
- toXML
string toXML()
Undocumented in source. Be warned that the author may not have intended to support it.
- values
V[] values(bool sorted)
Undocumented in source. Be warned that the author may not have intended to support it.