antikythera v0.2.0 Antikythera.NestedMap View Source
Utility functions to work with nested maps.
Link to this section Summary
Functions
Updates a key in a nested map. Recursively traversing the map according to the given keys
to the last member. If the last member exists, update it with the given function.
Unlike Kernel.update_in/3
, returns :error
if any of the keys
cannot be found
Link to this section Functions
Updates a key in a nested map. Recursively traversing the map according to the given keys
to the last member. If the last member exists, update it with the given function.
Unlike Kernel.update_in/3
, returns :error
if any of the keys
cannot be found.