Cldr Utils
Utility functions extracted from cldr
- Map functions for deep mapping, deep merging, transforming keys
-
Math functions including
mod/2that works on floored division - Number functions for working with the number of digits, the fraction as an integer, …
- String function for underscoring (converting CamelCase to snake case)
Installation
The package can be installed by adding cldr_utils to your list of dependencies in mix.exs:
def deps do
[
{:cldr_utils, "~> 2.0"}
]
end