dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
Identifier.this
dmd
identifier
Identifier
Construct an identifier from the given name.
this
(const(char)* name)
class
Identifier
extern (
D
) nothrow
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
static functions
generateAnonymousId
generateId
generateIdWithLoc
idPool
isValidIdentifier
Construct an identifier from the given name.