RobinHoodHashMap.removeAt

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool removeAt(KeyT key)
  2. bool removeAt(KeyT key, ValueT outValue)
    struct RobinHoodHashMap(alias KeyT, alias ValueT, alias AllocT = SystemAllocator, alias Hasher = murmur3_32HashOf, double maxLoadFactor = 0.8)
    @nogc nothrow
    bool
    removeAt
    ()
    (
    auto ref KeyT key
    ,
    ref ValueT outValue
    )

Meta