Goal<T>.never constructor

const Goal<T>.never()

Creates a goal that never matches any node.

The entire graph will be traversed never finding a goal.

Implementation

const factory Goal.never() = _NeverGoal<T>;