A function that walks a node using the given visitor, lifting node arrays into single nodes, returning an node which satisfies the test.
Node
For the canonical implementation of this type,
.
Optional
A function that walks a node using the given visitor, lifting node arrays into single nodes, returning an node which satisfies the test.
Node, a test function must be provided, and that function must be a type predicate.For the canonical implementation of this type,
See
.