IonSymbolTable.insert

Inserts a key into the symbol table, returning its unique uint index; an optional precomputed hash may be provided. (community summary)

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