Cldr.Map.invert
You're seeing just the function
invert, go back to Cldr.Map module for more information.
Invert a map
Requires that the map is a simple map of keys and a list of values or a single non-map value
Options
:duplicateswhich determines how duplicate values are handled:nilorfalsewhich is the default and means only one value is kept.Map.new/1is used meanng the selected value is non-deterministic.:keepmeaning duplicate values are returned in a list:shortestmeans the shortest duplicate is kept. This operates on string or atom values.:longestmeans the shortest duplicate is kept. This operates on string or atom values.