pub type IStrMap<V> = HashMap<IStr, V, IStrBuildHasher>;
pub struct IStrMap<V> { /* private fields */ }