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
gh-96408: Document difference between set-like view and sets.
While using set operators, set-like views accept any iterable as the
other operand, unlike sets which only accept sets as the input.
Co-authored-by: Filip Łajszczak <filip@lajszczak.dev>
0 commit comments