Hashtable.opIndex

Get a Nullable!V corresponding to the given key index.

struct Hashtable(K, V)
Nullable!V
opIndex
(
this _
)
(
K key
)

Parameters

key K

the key corresponding to a value

Return Value

Type: Nullable!V

a nullable value

Complexity: O(n), where n is the number of elements in the corresponding key bucket.

Meta