pub use ;
/// Fast [BiHashMap](BiHashMap).
///
/// The implementation uses [rapidhash::fast::RandomState].
///
/// Note that rapidhash is a
/// [non-cryptographic hash function](https://en.wikipedia.org/wiki/Non-cryptographic_hash_function).
pub type FastBiHashMap<LeftT, RightT> = ;