ocean v6.2.0 (2021-12-09T10:56:40Z)
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.