DarkMatter.Maps (DarkMatter v1.1.1) View Source
Utils for handling maps
Link to this section Summary
Functions
Safe version of Kernel.get_in/2
Returns a map with nil values omitted
Returns a sorted list of atom keys found in results
.
Link to this section Types
Specs
Specs
access_key_or_keys() :: access_key() | [access_key(), ...]
Link to this section Functions
Specs
access_in(map(), access_key_or_keys(), any()) :: any()
Safe version of Kernel.get_in/2
Specs
Returns a map with nil values omitted
Specs
Returns a sorted list of atom keys found in results
.