public static exists(source as IList<T>, plan as QueryPlan<T, R>) as Boolean:
Tests a non-distinct plan with early termination and no allocation. Ordering and projection cannot change whether the requested row exists.