W3cubDocs

/D

dmd.nspace

Compiler implementation of the D programming language.

Authors:
Walter Bright
License:
Boost License 1.0
Source
nspace.d
Documentation
https://dlang.org/phobos/dmd_nspace.html
Coverage
https://codecov.io/gh/dlang/dmd/src/master/src/dmd/nspace.d
class Nspace: dmd.dsymbol.ScopeDsymbol;

A namespace corresponding to a C++ namespace. Implies extern(C++).

Expression identExp;

Namespace identifier resolved during semantic.

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