Recase.Enumerable (recase v0.9.1)
View SourceHelper 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(), fun()) :: Enumerable.t()
@spec convert_keys(Enumerable.t()) :: Enumerable.t()
Invoke fun for each keys of the enumerable.
@spec convert_keys(Enumerable.t(), fun()) :: Enumerable.t()
@spec stringify_keys(Enumerable.t()) :: Enumerable.t()
@spec stringify_keys(Enumerable.t(), fun()) :: Enumerable.t()