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
Right now, the sets/* and inline_sets/* types mirror the types in maps/* and inline_maps/*. It should be possible to support all the needed use scenarios for sets by implementing fewer types and leveraging generics instead. In particular:
Right now, the sets/* and inline_sets/* types mirror the types in maps/* and inline_maps/*. It should be possible to support all the needed use scenarios for sets by implementing fewer types and leveraging generics instead. In particular:
And the similarly-named types from inline_sets could be replaced with:
Accepting a generic Map<K, V> as a constructor parameter.
The text was updated successfully, but these errors were encountered: