Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add fn const BuildHasherDefault::new
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.
- Loading branch information