class Oak::Node(T)
- Oak::Node(T)
- Reference
- Object
Included Modules
- Comparable(Oak::Node(T))
Defined in:
oak/node.crConstructors
Instance Method Summary
-
#add(path : String, payload : T)
Adds a path to the tree.
-
#key : String
The key of the current tree child
-
#visualize
Returns a string visualization of the Radix tree