TreeMap.last

Obtains the last value in the map.

struct TreeMap(T)
T*
last
()

Return Value

Type: T*

the last value or null if the map is empty.

Meta