Node.findFirstGT

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

class Node
findFirstGT
(
ValueT v
)

Meta