• Makes the list of zipper which shifted to left one by one (including same as the source). It is useful for viewing all the left 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