ocean v6.1.0 (2021-04-20T01:38:04Z)
Home
Dub
Repo
TreeMap.first
ocean
util
container
map
TreeMap
TreeMap
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
Source
See Implementation
ocean
util
container
map
TreeMap
TreeMap
functions
first
is_empty
last
opApply
put
reinit
remove
Obtains the first value in the map.