pub(crate) type BiTigerHashMap<L, R> = BiHashMap<L, R, RandomState, RandomState>;
pub(crate) struct BiTigerHashMap<L, R> { /* private fields */ }