DsymbolTable.insert

Insert Dsymbol in table.

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

Parameters

s Dsymbol

symbol to add

Return Value

Type: Dsymbol

null if already in table, s if inserted

Meta