Cldr.Message.Interpreter (Cldr Messages v0.13.2) View Source
Link to this section Summary
Functions
Formats a parsed ICU message into an iolist.
Link to this section Functions
Specs
format_list(list(), Cldr.Message.arguments(), Cldr.Message.options()) :: {:ok, list(), list(), list()} | {:error, list(), list(), list()}
Formats a parsed ICU message into an iolist.
Specs
format_list!(list(), Cldr.Message.arguments(), Cldr.Message.options()) :: list() | no_return()