Crystalline::Containers::Trie(T)
Inherits Reference / Object
Constructors
new
SourceInstance methods
[](key)
Source[]=(key, value)
Sourceget(key : String)
Sourcehas_key?(key : String)
Sourcelongest_prefix(string : String)
Sourcepush(key : String, value : T)
Sourcewildcard(string : String)
Source