Type Definition bimap::BiMap[][src]

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

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