Cldr.Unit.known_grammatical_genders
You're seeing just the function
known_grammatical_genders
, go back to Cldr.Unit module for more information.
Returns a list of the known grammatical genders.
A gender can be provided as an option to
Cldr.Unit.to_string/2
in order to localise a unit
appropriate to the context in which it is used.
Example
iex> Cldr.Unit.known_grammatical_genders
[
:animate,
:inanimate,
:personal,
:common,
:feminine,
:masculine,
:neuter
]