Static Propertyswift 6.0.3FoundationInternationalization->FoundationEssentials
percent
- iOS
- 15.0+
- macOS
- 12.0+
- tvOS
- 15.0+
- watchOS
- 8.0+
static var percent: FloatingPointFormatStyle<Float>.Percent { get }
static var percent: FloatingPointFormatStyle<Float>.Percent { get }
s20FoundationEssentials11FormatStyleP0A20InternationalizationAD013FloatingPointcD0V7PercentVySf_GRszrlE7percentAIvpZ
What are these?5BVV7
where Self == FloatingPointFormatStyle<Float>.Percent
import FoundationEssentials
import FoundationInternationalization
protocol FormatStyle : Decodable, Encodable, Hashable
A type that can convert a given data type into a representation.
struct FloatingPointFormatStyle<Value> where Value : BinaryFloatingPoint
@frozen struct Float
A single-precision, floating-point value type.
struct Percent