FixedKeyMap.opIndex

Gets a value for a key.

class FixedKeyMap(K, V)
V
opIndex
(
Const!(K) key
)

Parameters

key Const!(K)

key to look up

Return Value

Type: V

value corresponding to key

Throws

if key is not in map (see this.keyIndex)

Meta