Because `HashMap::with_hasher` constness is being stabilized this will in turn allow creating empty HashMap<K,V,BuildHasherDefault<H>> in const context for any H: Default + Hasher. |
||
|---|---|---|
| .. | ||
| mod.rs | ||
| sip.rs | ||
Because `HashMap::with_hasher` constness is being stabilized this will in turn allow creating empty HashMap<K,V,BuildHasherDefault<H>> in const context for any H: Default + Hasher. |
||
|---|---|---|
| .. | ||
| mod.rs | ||
| sip.rs | ||