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

    Function drill

    Drill down to get the child node at a given index path or none. Negative indexes are handled as in nthChild: as offsets from the end of the forest with -1 being the last child, -2 the child before it, and so on.

    An empty path will return the given tree.

    Underlying tree type.

    a possibly empty array of numeric indexes that form a path from root node to some child node. accepted.

    node will be taken from the forest of this node.

    An optional tree.

    Index

    Properties

    Properties

    flip: (path: number[]) => <A>(self: Tree<A>) => Option<Tree<A>>