UnsafeHashMap.byValue

Can be used to iterate over this table's entries (but iteration order is unspecified).

NOTE: Mutating a table (silently) invalidates any ranges over it. Also, ranges must NEVER outlive their backing tables (this is only OK for the refcounted versions).

  1. auto byValue()
    struct UnsafeHashMap(Key, Value)
    const
    static if(Value.sizeof > 0)
    byValue
    ()
  2. auto byValue()
  3. auto byKey()
  4. auto byKey()
  5. auto byKeyValue()
  6. auto byKeyValue()