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.
The underlying type of the tree.
The zipper that will be navigated.
An updated zipper pointing at a new focus.
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 Param: A
The underlying type of the tree.
Param: self
The zipper that will be navigated.
Returns
An updated zipper pointing at a new focus.