Generic Type Method

list(type:width:)

Creates a list format style using the provided type and width. リスト書式設定スタイルをこの提供された型と幅を使って作成します。

Declaration 宣言

static func list<Base>(type: ListFormatStyle<StringStyle, Base>.ListType, width: ListFormatStyle<StringStyle, Base>.Width = .standard) -> ListFormatStyle<StringStyle, Base> where Base : Sequence, Base.Element == String

Parameters パラメータ

type

The type of the list. リストの型。

width

The width of the list. リストの幅。

Return Value 戻り値

A list format style using the specified type and width.

See Also 参照

Formatting a Measurement ある寸法を書式設定する