Plumber v0.1.0 Toolbox.Enum
Functions closely related to Enum
that didn’t make it or didn’t yet make it to the standard library.
Summary
Functions
Performs a classical ormap on the given enumerable
Transforms the keys of the map-like structure according to the given procedure in the second argument
Iterates over all own keys and nested keys and transforms them according to the given procedure
Transforms the values of the map-like structure according to the given procedure in the second argument
Iterates over all own values and nested values and transforms them according to the given procedure
Deeply merges two maplike structures into one
Performs a classical ormap on the given enumerable
Functions
Transforms the keys of the map-like structure according to the given procedure in the second argument.
Iterates over all own keys and nested keys and transforms them according to the given procedure.
Transforms the values of the map-like structure according to the given procedure in the second argument.
Iterates over all own values and nested values and transforms them according to the given procedure.
Deeply merges two maplike structures into one.
As a matter of convenience, the second argument may be nil, which will cause the function to return the first argument unmodified.