class

Crystalline::Containers::Trie(T)

Inherits Reference / Object

Constructors

Instance methods

[](key)
Source
[]=(key, value)
Source
get(key : String)
Source
has_key?(key : String)
Source
longest_prefix(string : String)
Source
push(key : String, value : T)
Source
wildcard(string : String)
Source

Nested types