grouping(_:)
Modifies the format style to use the specified grouping.
Declaration
func grouping(_ group: FloatingPointFormatStyle<Value>.Currency.Configuration.Grouping) -> FloatingPointFormatStyle<Value>.CurrencyParameters
- group:
The grouping to apply to the format style.
Return Value
A floating-point currency format style modified to use the specified grouping.