[][src]Type Definition bimap::BiMap

type BiMap<L, R> = BiHashMap<L, R>;

Type definition for convenience and compatibility with older versions of this crate.