• Creates a new zipper with the value.

    Type Parameters

    • T

    Parameters

    • current: T

      The new value to be contained.

    Returns Zipper<T>

    The zipper with only one element.

Generated using TypeDoc