effect-tree
    Preparing search index...

    Function minimumNode

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

      Type Parameters

      • A

      Parameters

      • Order: Order<A>

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