IonSymbolTable.insert

Inserts the given key into the symbol table and returns its corresponding uint index. (community summary)

  1. uint insert(const(char)[] key)
    struct IonSymbolTable(bool gc)
    pure nothrow
    uint
    insert
    (
    scope const(char)[] key
    )
  2. uint insert(const(char)[] key, uint hash)