pub type BiMap<L, R> = BiHashMap<L, R>;
Type definition for convenience and compatibility with older versions of this crate.
struct BiMap<L, R> { /* private fields */ }