effect-tree - v1.0.36
    Preparing search index...

    Function minimumLeafAndParent

    • Just like minimumLeaf but returns the leaf tupled with its parent or None if the tree if a leaf.

      Type Parameters

      • A

      Parameters

      • Order: Order<A>

      Returns (self: Tree<A>) => readonly [A, Option<A>]