Contents

grouping(_:)

Modifies the format style to use the specified grouping.

Declaration

func grouping(_ group: IntegerFormatStyle<Value>.Percent.Configuration.Grouping) -> IntegerFormatStyle<Value>.Percent

Parameters

  • group:

    The grouping to apply to the format style.

Return Value

An integer percent format style modified to use the specified grouping.

See Also

Customizing style behavior