View Source Antikythera.NestedMap (antikythera v0.5.1)
Utility functions to work with nested maps.
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.
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.