SortedMap.firstKey

Return the first key of the map

class SortedMap(K, V, alias Reap = Container.reap, alias Heap = Container.DefaultCollect)
K
firstKey
()

Throws

NoSuchElementException where the map is empty

Meta