Scope.insert

Add symbol s to innermost symbol table.

struct Scope
extern (D)
insert

Parameters

s Dsymbol

symbol to insert

Return Value

Type: Dsymbol

null if already in table, s if not

Meta