Instance Methodswift 6.0.1FoundationInternationalization->Swift
formatted(_:)
- iOS
- 15.0+
- macOS
- 12.0+
- tvOS
- 15.0+
- watchOS
- 8.0+
func formatted<S>(_ style: S) -> S.FormatOutput where Self == S.FormatInput, S : FormatStyle
func formatted<S>(_ style: S) -> S.FormatOutput where Self == S.FormatInput, S : FormatStyle
sST30FoundationInternationalizationE9formattedy12FormatOutputQyd__qd__0D5InputQyd__Rsz0A10Essentials0D5StyleRd__lF
What are these?
FNV24: [7KTLE]
import FoundationInternationalization
import Swift
protocol Sequence<Element>
A type that provides sequential, iterated access to its elements.
associatedtype FormatOutput
The type of the formatted data.
associatedtype FormatInput
The type of data to format.
protocol FormatStyle : Decodable, Encodable, Hashable
A type that can convert a given data type into a representation.