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 would be really great if evmap could be generic over the underlying map implementation. This may not be possible, but it would let us support use-cases like this one by supporting IndexMap as one of the map types. Given that we only support a subset of the operations on maps anyway, maybe it's doable?
The text was updated successfully, but these errors were encountered:
It would be really great if
evmap
could be generic over the underlying map implementation. This may not be possible, but it would let us support use-cases like this one by supportingIndexMap
as one of the map types. Given that we only support a subset of the operations on maps anyway, maybe it's doable?The text was updated successfully, but these errors were encountered: