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
Blocked on the currently-experimental range-over-func Go feature being merged into a stable version of Go.
Introduce Set.RemoveAll(iter.Seq), where iter.Seq is a type alias for a range-able function. This will let any container type or iterator type be used as the argument.
Blocked on the currently-experimental range-over-func Go feature being merged into a stable version of Go.
Introduce
Set.RemoveAll(iter.Seq)
, whereiter.Seq
is a type alias for a range-able function. This will let any container type or iterator type be used as the argument.Inspired by proposal golang/go#47331.
The text was updated successfully, but these errors were encountered: