SortedMap.get

Return the value associated with Key key.

param: key a key

class SortedMap(K, V, alias Reap = Container.reap, alias Heap = Container.DefaultCollect)
final
bool
get
(
K key
,
ref V value
)

Return Value

Type: bool

whether the key is contained or not

Meta