MutableMap
v1.0.0
Pages
Modules
Search documentation of MutableMap
Settings
View Source
MutableMap
(MutableMap v1.0.0)
Documentation for
MutableMap
.
Summary
Functions
delete(map, key)
empty?(map)
from_list(list)
get(map, key, default \\ nil)
has_key?(map, key)
keys(map)
new()
put(map, key, value)
put_new(map, key, value)
put_new_lazy(map, key, fun)
size(map)
to_list(map)
update(map, key, default, fun)
Functions
Link to this function
delete(map, key)
View Source
Link to this function
empty?(map)
View Source
Link to this function
from_list(list)
View Source
Link to this function
get(map, key, default \\ nil)
View Source
Link to this function
has_key?(map, key)
View Source
Link to this function
keys(map)
View Source
Link to this function
new()
View Source
Link to this function
put(map, key, value)
View Source
Link to this function
put_new(map, key, value)
View Source
Link to this function
put_new_lazy(map, key, fun)
View Source
Link to this function
size(map)
View Source
Link to this function
to_list(map)
View Source
Link to this function
update(map, key, default, fun)
View Source