You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: