• Duplicates the zipper into zippers, iterating to shifted zipper to the left/right. It is useful for generating the patterns of convolution.

    Type Parameters

    • T

    Parameters

    • zipper: Zipper<T>

      The source zipper.

    Returns Zipper<Zipper<T>>

    The zipper having the shifted zippers.

Generated using TypeDoc