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
currently set only exposes a single way of filtering out objects, which requires converting the set to a slice, which is not ideal when we want to continue operating on a set.
a Filter function could be added to support returning a filtered version of the set