RegexOutput
- iOS
- 16.0+
- macOS
- 13.0+
- tvOS
- 16.0+
- watchOS
- 9.0+
typealias RegexOutput = Value
typealias RegexOutput = Value
s30FoundationInternationalization18IntegerFormatStyleV11RegexOutputa
What are these?21EJ3
where Value:BinaryInteger
import FoundationInternationalization
struct IntegerFormatStyle<Value> where Value : BinaryInteger
protocol BinaryInteger : CustomStringConvertible, Hashable, Numeric, Strideable where Self.Magnitude : BinaryInteger, Self.Magnitude == Self.Magnitude.Magnitude
An integer type with a binary representation.
var parseStrategy: IntegerParseStrategy<IntegerFormatStyle<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
Returns a localized string for the given value. Supports up to 64-bit signed integer precision. Values not representable by Int64
are clamped.
func locale(_ locale: Locale) -> IntegerFormatStyle<Value>
struct Attributed
struct Currency
struct Percent