traverse v1.0.1 API Reference
Modules
Traverse is a toolset to walk arbitrary Elixir Datastructures
A wrapper around the accumulator value of the traversal function, which will avoid recursive decent from this node on
Implements convenience functions, and function wrappers to complete partial functions
When a transformer function returns this value the transformation of the containing data structure will not contain it, in case the containing data structure is a map the key is omitted in the transformation
Useful shortcuts for traversal and structure functions
Implements structure perserving transformations on arbitrary data structures
Implements traversal functions, structure is not maintained unless the traversal functions do so