DarkMatter.Maps.iget

You're seeing just the function iget, go back to DarkMatter.Maps module for more information.
Link to this function

iget(map, key)

View Source (since 1.1.2)

Specs

iget(map(), accessor_path()) :: any()

Provide indifferent access to maps.

Link to this function

iget(map, key_or_keys, default)

View Source

Specs

iget(map(), accessor_path(), any()) :: any()