percent
A style for formatting signed integer types in Swift as a percent representation.
Declaration
static var percent: IntegerFormatStyle<Int>.Percent { get }Discussion
Use the this type property when the call point allows the use of IntegerFormatStyle. You typically do this when calling the formatted methods of types that conform to BinaryInteger.