You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
623: Explain why Hashmap is used instead of Hashset in unique_impl r=jswrenn a=hellow554
The `Hashmap` was chosen because of the `Entry` API, but one can work around
that easiliy.
Co-authored-by: Marcel Hellwig <github@cookiesoft.de>
0 commit comments