symbolTable.add

Associates the string symbol to address.

  1. void add(string symbol, const T address)
    struct symbolTable
    static
    void
    add
    @safe nothrow
    (
    bool addType = false
    T
    )
    (
    string symbol
    ,
    const T address
    )
    if (
    isImplicitlyConvertible!(T, void*) ||
    is(T == delegate)
    ||
    is(PointerTarget!T == function)
    )
  2. void add()

Meta