class Delimiter::Node(T)

Defined in:

delimiter/node.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(key : String, payload : Array(T) = [] of T) #

[View source]

Instance Method Detail

def children #

[View source]
def children=(children : Hash(String, Delimiter::Node(T))) #

[View source]
def key #

[View source]
def payload #

[View source]
def payload=(payload : Array(T)) #

[View source]