recase v0.6.0 Recase.Enumerable View Source
Helper module to convert enumerable keys recursively.
Link to this section Summary
Functions
Invoke fun for each keys of the enumerable.
Link to this section Functions
Link to this function
convert_keys(enumerable, fun)
View Source
convert_keys(enumerable, fun)
View Source
convert_keys(Enumerable.t(), (... -> any())) :: Enumerable.t()
convert_keys(Enumerable.t(), (... -> any())) :: Enumerable.t()
Invoke fun for each keys of the enumerable.