Cldr.Currency.annotated-question-mark

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

Specs

annotated?(currency :: t()) :: boolean()

Returns a boolean indicating if a given currency is annotated.

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