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
Can we add another method, so we can insert multiple elements all at once? e.g.
set.insert(["foo", "bar", "foo"]);
Thanks.
The text was updated successfully, but these errors were encountered:
mw66
changed the title
feature request: hashset.insert(range!T inputs)
feature request: hashset.insert(range!T inputs), i.e. add multiple elements in one call
Jan 6, 2021
currently, hashset can only insert one element at a time:
containers/src/containers/hashset.d
Line 150 in fc1625a
Can we add another method, so we can insert multiple elements all at once? e.g.
Thanks.
The text was updated successfully, but these errors were encountered: