The Format
applied to elements of the Sequence
.
Sequence
の要素それらに適用されるFormat
。
Initializerinit(member
init(memberStyle:)
Creates an instance using the provided format style.
あるインスタンスをこの提供された書式設定スタイルを使って作成します。
Availability 有効性
- iOS 15.0+
- iPadOS 15.0+
- macOS 12.0+
- Mac Catalyst 15.0+
- tvOS 15.0+
- watchOS 8.0+
- Xcode 13.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
init(memberStyle: Style)
Parameters パラメータ
memberStyle
Style Style
Discussion 議論
The input type of memberStyle must match the type of an element in the sequence. The output type is a string. memberStyleの入力型は、シーケンスの中のある要素の型に合致しなければなりません。出力型は、ある文字列です。
The following example uses a Floating
member style to spell out a list:
以下の例は、Floating
メンバースタイルを使ってあるリストを完全に綴ります。