API Reference atuin_stand v0.2.0
View SourceModules
AtuinStand
is a generic tree data structure for Elixir. Each node in the tree
can have user-defined data associated with it, and can have any number of children.
Raised when a node with the same ID already exists in the tree.
Raised when a node has children and is deleted with :refuse
.
Raised when invalid data is set on a node.
Raised when an invalid operation is performed on a node.
Raised when a node is not found in the tree.
A node in an AtuinStand.Tree
.
A generic, ordered tree.