Instance Property
インスタンスプロパティ
raw
rawValue
A raw value representing a set of output formatting options.
一揃いの出力書式設定オプションを表しているある生の値。
Availability 有効性
- iOS 7.0+
- iPadOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 9.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
let rawValue: UInt
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Creating Options オプションを作成する
init(rawValue : UInt)
Creates a new set of output formatting options from the given raw value.
新しい一揃いの出力書式設定オプションをこの与えられた生の値から作成します。
init()
Creates an empty option set.
空のオプションセットを作成します。
init<S>(S)
Creates a new set from a finite sequence of items.
いくつかの要素からなる有限のシーケンスから集合を作成します。
init(arrayLiteral : JSONEncoder.OutputFormatting...)
Creates a set containing the elements of the given array literal.
与えられた配列リテラルの要素を含んでいる集合を作成します。