SortedMap.opBinaryRight

Return the value associated with Key key.

param: key a key

class SortedMap(K, V, alias Reap = Container.reap, alias Heap = Container.DefaultCollect)
V*
opBinaryRight
(
string op : "in"
)
(
K key
)

Return Value

Type: V*

a pointer to the value, or null if not present

Meta