Skip to main content

CaseInsensitiveMap

Type Alias CaseInsensitiveMap 

Source
pub type CaseInsensitiveMap<V> = HashMap<CaseInsensitiveStr, V>;
Expand description

Case-insensitive HashMap type alias for convenience

Use this type when you need a HashMap that performs case-insensitive key lookups throughout the system.

Aliased Typeยง

pub struct CaseInsensitiveMap<V> { /* private fields */ }