HybridHashMap.insert

Insert or replace value at key.

  1. InsertionStatus insert(T element)
  2. InsertionStatus insert(K key, V value)
    struct HybridHashMap(K, V = void, alias hasher = hashOf, string keyEqualPred = defaultKeyEqualPredOf!(K), Allocator = Mallocator, Options options = Options.init)
    static if(hasValue)
    insert
    ()
    (
    K key
    ,)
    if (
    isAllocator!Allocator
    )

Meta