contains Any Valid Lookup
fun containsAnyValidLookup(subtree: LookupTree<A_Definition, A_Tuple>): Boolean
Content copied to clipboard
Test if the given method dispatch tree can reach any leaves containing exactly one solution. There may be multiple such leaves, but we're satisfied if any exist.
Return
Whether any such leaf node was found.
Parameters
subtree
The tree to search. Do not expand new nodes.