enum ListFormatStyle.Width
The type representing the width of a list.
リストの幅を表している型。
var listType : ListFormatStyle<Style, Base>.ListType
The type of the list.
リストの型。
enum ListFormatStyle.ListType
A type that describes whether the returned list contains cumulative or alternative elements.
ある型、それは返されたリストが累積的または代替的な要素を含むかどうかを記述します。
var locale: Locale
The locale to use when formatting items in the list.
リストの中の項目を書式設定する時に使うロケール。
func locale(Locale) -> ListFormatStyle<Style, Base>
Modifies the list format style to use the specified locale.
リスト書式設定スタイルを修正してこの指定されたロケールを使うようにします。