ddc ~master (2022-05-11T07:34:37.0755476)
Dub
Repo
Identifier.this
dmd
identifier
Identifier
Construct an identifier from the given name.
this
(const(char)* name)
class
Identifier
nothrow extern (
D
)
this
(
const
(
char
)*
name
)
this
(const(char)* name, size_t length, int value)
this
(const(char)[] name, int value)
Meta
Source
See Implementation
dmd
identifier
Identifier
constructors
this
functions
dyncast
getValue
isAnonymous
toChars
toHChars2
toString
static functions
create
generateAnonymousId
generateId
generateIdWithLoc
idPool
initTable
isValidIdentifier
lookup
Construct an identifier from the given name.