antikythera v0.4.0 Antikythera.MapUtil View Source
Utility functions to work with maps.
Link to this section 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.
Link to this section Functions
Specs
Specs
Specs
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.