FluentArgs
FluentArgs wraps arguments passed to message formatting. Supports both named arguments (key-value) and positional arguments. Corresponds to Rust's FluentArgs.
Functions
Link copied to clipboard
Add a positional argument.
Add a positional argument from any value.
Link copied to clipboard
Get a named argument by key.
Link copied to clipboard
Get a positional argument by index.
Link copied to clipboard
Get all named arguments as map.
Link copied to clipboard
Get the number of named arguments.
Link copied to clipboard
Get all positional arguments.
Link copied to clipboard
Get the number of positional arguments.
Link copied to clipboard
Get all arguments as map (named only).