View Source ZipZip (ZipZip v0.1.1)
ZipZip
Documentation available on HexDocs.
Packaged on Hex.pm.
A small Elixir functional library for zippers. For now, zippers in ZipZip
zip
lists and are in two dimensions only.
Note: The internal structure of a zipper should be considered opaque and subject to breaking change. To get or update the current item, traverse the zipper, or perform any other operation on the zipper, use the library's public functions.
References:
Link to this section Summary
Functions
See ZipZip.new/1
.
Link to this section Types
Specs
t()
Specs
t(val)