speller

Looks for correct spelling. Currently only looks a 'distance' of one from the seed[]. This does an exhaustive search, so can potentially be very slow. Input: seed wrongly spelled word dg search delegate charset character set

void*
speller
(
const(char)* seed
,
scope dg_speller_t dg
,
const(char)* charset
)

Return Value

Type: void*

NULL no correct spellings found void* value returned by dg() for first possible correct spelling

Meta