DsymbolTable.insert

Insert Dsymbol in table.

  1. Dsymbol insert(Dsymbol s)
  2. Dsymbol insert(Identifier ident, Dsymbol s)
    class DsymbolTable
    nothrow
    insert

Parameters

ident Identifier

identifier to serve as index

s Dsymbol

symbol to add

Return Value

Type: Dsymbol

null if already in table, s if inserted

Meta