• Creates a new zipper which picks up the first element from the list, or a None if it is an empty list.

    Type Parameters

    • T

    Parameters

    • list: List<T>

      The source list.

    Returns Option<Zipper<T>>

    The new zipper, or a None if it is empty.

Generated using TypeDoc