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
It is supposed to work as a left outer join, but instead it throws an error if the inner sequence has no matching elements to any of the outer elements.
It is supposed to work as a left outer join, but instead it throws an error if the inner sequence has no matching elements to any of the outer elements.
This will throw an error:
It should return [1].