dmd.root.speller

Try to detect typos in identifiers.

Members

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.

Meta