1use luaur_common::records::dense_hash_map::DenseHashMap; 2 3#[allow(non_camel_case_types)] 4pub type Impl<T, Hash> = DenseHashMap<T, bool, Hash>;