Package-level declarations

Types

Link copied to clipboard
class Trie<Key>
Link copied to clipboard
class TrieNode<Key>(var key: Key?, var parent: TrieNode<Key>?)

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun Trie<Char>.insert(string: String)
Link copied to clipboard
fun Trie<Char>.remove(string: String)