effect-tree
    Preparing search index...

    Function fromTree

    • Create a new zipper focused on the root node of the given tree.

      Type Parameters

      • A

        The underlying type of the tree.

      Parameters

      • focus: Tree<A>

        The tree at the focus of the new zipper.

      Returns Zipper.Zipper<A>

      A new zipper focused on the given tree root node.