RegexOutput
- iOS
- 16.0+
- macOS
- 13.0+
- tvOS
- 16.0+
- watchOS
- 9.0+
typealias RegexOutput = Value
typealias RegexOutput = Value
s30FoundationInternationalization24FloatingPointFormatStyleV11RegexOutputa
What are these?3E6KE
where Value:BinaryFloatingPoint
import FoundationInternationalization
struct FloatingPointFormatStyle<Value> where Value : BinaryFloatingPoint
protocol BinaryFloatingPoint : ExpressibleByFloatLiteral, FloatingPoint
A radix-2 (binary) floating-point type.
var parseStrategy: FloatingPointParseStrategy<FloatingPointFormatStyle<Value>> { get }
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