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