• Makes the list of zipper which shifted to right one by one (including same as the source). It is useful for viewing all the right elements of the zipper.

    Type Parameters

    • T

    Parameters

    • zipper: Zipper<T>

      The source zipper.

    Returns List<Zipper<T>>

    The list of zipper.

Generated using TypeDoc