Identifier.idPool

Create an identifier in the string table.

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

Meta