HashMap.get

Return the element associated with key

param: a key param: a value reference (where returned value will reside)

class HashMap(K, V, alias Hash = Container.hash, alias Reap = Container.reap, alias Heap = Container.DefaultCollect)
final
bool
get
(
K key
,
ref V element
)

Return Value

Type: bool

whether the key is contained or not

Meta