dmd.root.speller

Try to detect typos in identifiers.

Members

Aliases

searchFunctionType
alias searchFunctionType(alias fun) = typeof( ()())
Undocumented in source.

Enums

isSearchFunction
eponymoustemplate isSearchFunction(alias fun)
Undocumented in source.

Functions

speller
auto speller(const(char)[] seed)

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.

Variables

idchars
string idchars;
Undocumented in source.

Meta