Cldr.to_string

You're seeing just the function to_string, go back to Cldr module for more information.

Specs

to_string(term()) :: String.t()

Return a localsed string for types that implement the Cldr.Chars protocol.

The Cldr.Chars protocol is implemented in this library for t:Cldr.LanguageTag.t().

Other CLDR-related libraries implement the protocol for the types they support such as Float, Integer, Decimal, Money, Unit and List.