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