Modulesยง
- Provides the
Instanceable
trait which marks objects that can be represented in theNodeTree
as nodes. - Stores important traits required to create a fully-fledged
Node
type, such asNodeAbstract
andNode
. - Provides the
NodeGetter
trait which is implemented for types that can be interpreted as node addresses in the tree. - Stores important traits required to create a fully-fledged
NodeTree
inherited type.