effect-tree
    Preparing search index...

    Function maximumNode

    • Return the largest value in the tree according to the given order.

      Type Parameters

      • A

      Parameters

      • Order: Order<A>

      Returns (tree: Tree<A>) => A