Static Propertyswift 6.0.3FoundationInternationalization->FoundationEssentials
percent
- iOS
- 15.0+
- macOS
- 12.0+
- tvOS
- 15.0+
- watchOS
- 8.0+
static var percent: IntegerFormatStyle<UInt8>.Percent { get }
static var percent: IntegerFormatStyle<UInt8>.Percent { get }
s20FoundationEssentials11FormatStyleP0A20InternationalizationAD07IntegercD0V7PercentVys5UInt8V_GRszrlE7percentAKvpZ
What are these?430BA
where Self == IntegerFormatStyle<UInt8>.Percent
import FoundationEssentials
import FoundationInternationalization
protocol FormatStyle : Decodable, Encodable, Hashable
A type that can convert a given data type into a representation.
struct IntegerFormatStyle<Value> where Value : BinaryInteger
@frozen struct UInt8
An 8-bit unsigned integer value type.
struct Percent