var isEmpty : Bool
A Boolean value that indicates whether the set has no elements.
集合が要素をひとつも持たないかどうかを指し示すブール値。
Availability 有効性
Technology
func contains(_ member: JSONEncoder
.OutputFormatting
) -> Bool
member
The element to look for in the option set. オプションセットにおいて捜される要素。
true
if the option set contains member
; otherwise, false
.
true
、もしオプションセットがmember
を含むならば;そうでなければfalse
。
This example uses the contains(_:)
method to check whether next-day shipping is in the available
instance.
この例は、contains(_:)
メソッドを使って翌日出荷がavailable
インスタンスの中のあるかどうか確認します。
var isEmpty : Bool