Prelude API
Guides
Skill
GitHub
Preparing search index...
@prelude/radix-trie
insert
Function insert
insert
(
mutableTrie
:
t
,
value
:
string
)
:
void
Inserts a string into a radix trie.
Parameters
mutableTrie
:
t
The trie to modify
value
:
string
The string to insert
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guides
Skill
GitHub
Prelude API
Loading...
Inserts a string into a radix trie.