W3cubDocs

/D

dmd.imphint

Compiler implementation of the D programming language.

Authors:
Walter Bright
License:
Boost License 1.0
Source
imphint.d
Documentation
https://dlang.org/phobos/dmd_imphint.html
Coverage
https://codecov.io/gh/dlang/dmd/src/master/src/dmd/imphint.d
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.

© 1999–2019 The D Language Foundation
Licensed under the Boost License 1.0.
https://dlang.org/phobos/dmd_imphint.html