Identifier.idPool

Create an identifier in the string table.

  1. Identifier idPool(const(char)[] s)
    class Identifier
    extern (D) static
    idPool
    (
    const(char)[] s
    )
  2. Identifier idPool(const(char)* s, size_t len)
  3. Identifier idPool(const(char)* s, size_t len, int value)

Meta