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