static func list<MemberStyle, Base>( memberStyle : MemberStyle, type: ListFormatStyle<MemberStyle, Base>.ListType, width: ListFormatStyle<MemberStyle, Base>.Width) -> ListFormatStyle<MemberStyle, Base>
Creates a list format style using the provided format style and list style.
リスト書式設定スタイルをこの提供された書式設定スタイルとリストスタイルを使って作成します。
func format(Base) -> String
Creates a locale-aware string representation of the value.
この値のロケール対応文字列表現を作成します。