HashMap.tryGet
bool tryGet(const this, in K key, out V value)Gets a value and returns true when the key is present.
Parameters
const
this
in K
key
out V
value
Generated with campc 0.11.0-preview.1.
bool tryGet(const this, in K key, out V value)Gets a value and returns true when the key is present.
Generated with campc 0.11.0-preview.1.