ocean v6.2.0 (2021-12-09T10:56:40Z)
Home
Dub
Repo
TreeMap.last
ocean
util
container
map
TreeMap
TreeMap
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
Source
See Implementation
ocean
util
container
map
TreeMap
TreeMap
functions
first
is_empty
last
opApply
put
reinit
remove
Obtains the last value in the map.