[][src]Type Definition mtots::HMap

type HMap<K, V> = GMap<(), K, V, DefaultEqF<K>, DefaultHashF<K>, ()>;

Version of HMap using Rust's builtin Eq and Hash