• Gets the top elements of lists in the zipper. It is useful for looking elements around the cursor.

    Type Parameters

    • T

    Parameters

    • zipper: Zipper<T>

      The source zipper.

    Returns [Option<T>, T, Option<T>]

    The tuple of the left adjacent, current and right adjacent of zipper.

Generated using TypeDoc