effect-tree
    Preparing search index...

    Variable repeatConst

    repeat: {
        <A>(
            self: Zipper.Zipper<A>,
            n: number,
            nav: OptionalZipper,
        ): Zipper.Zipper<A>;
        (n: number, nav: OptionalZipper): EndoK<ZipperTypeLambda>;
    } = ...

    Repeat the given navigation operator N times and return the final result or throw and exception if the operator fails along the way. Unsafe version of tryRepeat.

    Type Declaration

    The underlying type of the tree.

    The zipper that will be navigated.

    An updated zipper pointing at a new focus.