Zippex v0.1.0 API Reference
Modules
A Generic Zipper implementation for Elixir. See Zippex.Zipper
for usage.
The context of a Zipper
. This module is used internally by Zippex and should
not be accessed directly. The Context
struct contains the following fields
The metadata of a Zipper
. The Meta
struct contains the following fields
A Zipper is a representation of an aggregate data structure which allows it to be traversed and updated arbitrarily. This module implements tree-like semantics for traversing a data structure.