UnsafeHashMap.byKeyValue

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 byKeyValue()
  2. auto byKeyValue()
    struct UnsafeHashMap(Key, Value)
    byKeyValue
    ()
  3. auto byKey()
  4. auto byKey()
  5. auto byValue()
  6. auto byValue()