Instance Propertyswift 6.0.3FoundationInternationalization
parseStrategy
- iOS
- 15.0+
- macOS
- 12.0+
- tvOS
- 15.0+
- watchOS
- 8.0+
var parseStrategy: FloatingPointParseStrategy<FloatingPointFormatStyle<Value>> { get }
var parseStrategy: FloatingPointParseStrategy<FloatingPointFormatStyle<Value>> { get }
s30FoundationInternationalization24FloatingPointFormatStyleV13parseStrategyAA0cd5ParseH0VyACyxGGvp
What are these?7FMWB
where Value:BinaryFloatingPoint
import FoundationInternationalization
struct FloatingPointFormatStyle<Value> where Value : BinaryFloatingPoint
struct FloatingPointParseStrategy<Format> where Format : FormatStyle, Format.FormatInput : BinaryFloatingPoint
protocol BinaryFloatingPoint : ExpressibleByFloatLiteral, FloatingPoint
A radix-2 (binary) floating-point type.
func consuming(_ input: String, startingAt index: String.Index, in bounds: Range<String.Index>) throws -> (upperBound: String.Index, output: Value)?
func format(_ value: Value) -> String
func locale(_ locale: Locale) -> FloatingPointFormatStyle<Value>
struct Attributed
struct Currency
struct Percent
typealias RegexOutput = Value