Cldr.Currency.unannotated-question-mark

You're seeing just the function unannotated-question-mark, go back to Cldr.Currency module for more information.

Specs

unannotated?(currency :: t()) :: boolean()

Returns a boolean indicating if a given currency is unannotated.

Annotated means that the currency description has annotations (comments inside parenthesis). This is mostly found in currency codes used as financial instruments (not legal tender).

Arguments

  • currency is a t:Cldr.Currency

Returns

  • true or false