isEmpty
A Boolean value that indicates whether the collection is empty.
Declaration
var isEmpty: Bool { get }Discussion
The value of this property is true if the collection is empty, or false if the collection has one or more identifiers.
A Boolean value that indicates whether the collection is empty.
var isEmpty: Bool { get }The value of this property is true if the collection is empty, or false if the collection has one or more identifiers.