View Source Antikythera.MapUtil (antikythera v0.5.1)
Utility functions to work with maps.
Summary
Functions
Update the key
in map
with the given function, only when the key
exists.
Unlike Map.update!/3
, it returns :error
if the key
does not exist.
Functions
Update the key
in map
with the given function, only when the key
exists.
Unlike Map.update!/3
, it returns :error
if the key
does not exist.