class Oak::Node(T)

Included Modules

Defined in:

oak/node.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def add(path : String, payload : T) #

Adds a path to the tree.


[View source]
def key : String #

The key of the current tree child


[View source]
def visualize #

Returns a string visualization of the Radix tree


[View source]