(true, newMember) if newMember was not contained in self. Otherwise, returns (false, oldMember), where oldMember is the member of the set equal to newMember.(true, newMember)、もしnewMemberがselfに含まれなかったならば。そうでなければ、(false, oldMember)を返します、そこでoldMemberはnewMemberに等しいこの集合のメンバです。
Discussion
議論
In the following example, the .secondDay shipping option is added to the freeOptions option set if purchasePrice is greater than 50.0. For the ShippingOptions declaration, see the OptionSet protocol discussion.
次の例において、.secondDay出荷オプションは、purchasePriceが50.0より大きいならば、freeOptionsオプションセットを加えられます。ShippingOptions宣言については、OptionSetプロトコル解説を見てください。