Goal<T>.always constructor

const Goal<T>.always()

Creates a goal that always matches any node.

The first node that is visited will be considered the goal.

Implementation

const factory Goal.always() = _AlwaysGoal<T>;