Node.findFirstGE

Recursively search for a given value and produce a result indicating whether a match was found and what it's value is.

class Node
findFirstGE
(
ValueT v
)

Meta