API Reference atuin_stand v0.1.1
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.
A node in an AtuinStand.Tree
.
A generic, ordered tree.