HashMap.opIn_r

Return the element associated with key

param: a key

class HashMap(K, V, alias Hash = Container.hash, alias Reap = Container.reap, alias Heap = Container.DefaultCollect)
final
V*
opIn_r
(
K key
)

Return Value

Type: V*

a pointer to the located value, or null if not found

Meta