Creates a new zipper which picks up the first element from the list, or a None if it is an empty list.
None
The source list.
The new zipper, or a None if it is empty.
Generated using TypeDoc
Creates a new zipper which picks up the first element from the list, or a
Noneif it is an empty list.