Identifier.this

Construct an identifier from the given name.

  1. this(const(char)* name)
    class Identifier
    nothrow extern (D)
    this
    (
    const(char)* name
    )
  2. this(const(char)* name, size_t length, int value)
  3. this(const(char)[] name, int value)
Suggestion Box / Bug Report