It's common to clone maps when using state management patterns such as Redux that require immutable data structures.
At the moment, the only way to clone a BiMap is with BiMap()..addAll(oldMap)
, which is not very efficient. It'd be great if a more efficient implementation was added.