isEmpty
A Boolean value that indicates whether the path is empty.
Declaration
var isEmpty: Bool { get }Discussion
The value of this property is true if the path contains no elements, or false if it contains at least one element.
A Boolean value that indicates whether the path is empty.
var isEmpty: Bool { get }The value of this property is true if the path contains no elements, or false if it contains at least one element.