dil.lexer.Identifier

Members

Aliases

Identifier
alias Identifier = immutable(Identifier_)

Identifiers are const by default.

Structs

Identifier_
struct Identifier_

Represents an identifier as defined in the D specs.

Meta

Authors

Aziz Köksal

License

GPL3 $(Maturity high)