UnsafeHashMap.byKey

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