Type Alias bimap::BiMap

source ·
pub type BiMap<L, R> = BiHashMap<L, R>;
Expand description

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

Aliased Type§

struct BiMap<L, R> { /* private fields */ }