Instance Property
インスタンスプロパティ
isEmpty
A Boolean value that indicates whether the set has no elements.
集合が要素をひとつも持たないかどうかを指し示すブール値。
Required. Default implementation provided.
必須。 省略時の実装の提供。
Technology
- Swift Standard Library
Swift標準ライブラリ
Declaration
宣言
var isEmpty: Bool
{ get }
Default Implementations
省略時実装
SetAlgebra Implementations
集合代数実装
var isEmpty: Bool
A Boolean value that indicates whether the set has no elements.
集合が要素をひとつも持たないかどうかを指し示すブール値。