func insert(JSONEncoder.OutputFormatting) -> ( inserted: Bool, memberAfterInsert : JSONEncoder.OutputFormatting)
Adds the given element to the option set if it is not already a member.
与えられた要素を、それがすでにメンバでないならばオプションセットに加えます。
func remove(JSONEncoder.OutputFormatting) -> JSONEncoder.OutputFormatting?
Removes the given element and all elements subsumed by it.
与えられた要素とそれによって包括されるすべての要素を除去します。