The zipper represents the cursor of non-empty list.
Readonly
The current element picked up.
The left side of zipper, its order is reversed from the source list.
The right side of zipper, its order is same as the source list.
Generated using TypeDoc
The zipper represents the cursor of non-empty list.