Initializerswift 6.0.3FoundationInternationalization
init(memberStyle:)
- iOS
- 15.0+
- macOS
- 12.0+
- tvOS
- 15.0+
- watchOS
- 8.0+
init(memberStyle: Style)
init(memberStyle: Style)
s30FoundationInternationalization15ListFormatStyleV06memberE0ACyxq_Gx_tcfc
What are these?1KC8H
import FoundationInternationalization
struct ListFormatStyle<Style, Base> where Style : FormatStyle, Base : Sequence, Style.FormatInput == Base.Element, Style.FormatOutput == String
init(from decoder: any Decoder) throws
var listType: ListFormatStyle<Style, Base>.ListType
var locale: Locale
var width: ListFormatStyle<Style, Base>.Width
func format(_ value: Base) -> String
func locale(_ locale: Locale) -> ListFormatStyle<Style, Base>
enum ListType
enum Width