FuzzyMutableIndex.insert

Inserts a string into the fuzzy matcher.

class FuzzyMutableIndex
void
insert
(
string key
,
void* value
)

Parameters

key
Type: string

A UTF-8 encoded string.

value
Type: void*

A value to associate with key.

Meta