View Source Recase.Enumerable (recase v0.8.1)
Helper module to convert enumerable keys recursively.
Summary
Functions
Invoke fun for each keys of the enumerable and cast keys to atoms.
Invoke fun for each keys of the enumerable.
Functions
@spec atomize_keys(Enumerable.t()) :: Enumerable.t()
Invoke fun for each keys of the enumerable and cast keys to atoms.
@spec atomize_keys(Enumerable.t(), (... -> any())) :: Enumerable.t()
@spec convert_keys(Enumerable.t()) :: Enumerable.t()
Invoke fun for each keys of the enumerable.
@spec convert_keys(Enumerable.t(), (... -> any())) :: Enumerable.t()
@spec stringify_keys(Enumerable.t()) :: Enumerable.t()
@spec stringify_keys(Enumerable.t(), (... -> any())) :: Enumerable.t()