Identifier.idPool

Used for inserting keywords into the string table.

  1. Identifier idPool(const(char)* s, uint len)
  2. void idPool(const(char)[] s, TOK value)
    class Identifier
    extern (D) nothrow static
    void
    idPool
    (
    const(char)[] s
    ,
    TOK value
    )

Parameters

s const(char)[]

string for keyword

value TOK

TOK.xxxx for the keyword

Meta