SortedMap.lastKey

Return the last key of the map

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

Throws

NoSuchElementException where the map is empty

Meta