SortedMap.opIn_r

Return the value associated with Key key.

param: key a key

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

Return Value

Type: V*

a pointer to the value, or null if not present

Meta