effect-tree
    Preparing search index...

    Function tryHead

    • Navigate from a node to its first child or return Option.none if the zipper is focused on a leaf.

      See head for an unsafe version.

      This is like rewind except it will descend one tree level.

      Type Parameters

      • A

        The underlying type of the tree.

      Parameters

      Returns Option<Zipper.Zipper<A>>

      An updated zipper pointing at a new focus or Option.none() if there is no first child.