Expand description
HashMap<Option<String>, T> you can index with Option<&T>.
Also has an optional fallback value for keys not otherwise in the map.
HashMap<Option<String>, T> you can index with Option<&T>.
Also has an optional fallback value for keys not otherwise in the map.