TreeMap.first

Obtains the first value in the map.

struct TreeMap(T)
T*
first
()

Return Value

Type: T*

the first value or null if the map is empty.

Meta