Node.isValid

Returns true if the receiver is valid.

auto node = Node.invalid; assert(node.isValid == false);

struct Node
bool
isValid
()

Return Value

Type: bool

true if the receiver is valid.

See Also

invalid

Meta