init(rawValue : UInt)
Creates a new set of output formatting options from the given raw value.
新しい一揃いの出力書式設定オプションをこの与えられた生の値から作成します。
let rawValue : UInt
A raw value representing a set of output formatting options.
一揃いの出力書式設定オプションを表しているある生の値。
init()
Creates an empty option set.
空のオプションセットを作成します。
init(arrayLiteral : JSONEncoder.OutputFormatting...)
Creates a set containing the elements of the given array literal.
与えられた配列リテラルの要素を含んでいる集合を作成します。