ddmd.imphint

Compiler implementation of the D programming language.

Members

Functions

importHint
const(char)* importHint(const(char)* s)

Looks for undefined identifier s to see if it might be undefined because an import was not specified. Not meant to be a comprehensive list of names in each module, just the most common ones.

Meta

Source

See Source File
$(DMDSRC _imphint.d)