effect-tree
    Preparing search index...

    Function nthChild

    Return the Nth child tree of a tree or Option.none() if index is out-of-bounds or if given tree is a leaf.

    Negative indexes are handled as offsets from the end of the forest with -1 being the last child, -2 the child before it, and so on.

    Underlying tree type.

    index of requested node in parent forest. Negative indexes are accepted.

    Node will be taken from this tree's forest.

    An optional tree.

    Index

    Properties

    Properties

    flip: (n: number) => <A>(self: Tree<A>) => Option<Tree<A>>