• Shifts the zipper cursor to the right, or returns none() if there is no element in the right list.

    Type Parameters

    • T

    Parameters

    • zipper: Zipper<T>

      The source zipper.

    Returns Option<Zipper<T>>

    The shifted zipper.

Generated using TypeDoc