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
Is there any obvious reason for which the intersection returns an interface{} instead of []interface{}? I think each time we do an intersection we expect to end up with an array/slice and not manually make that conversion each time.
Maybe I'm missing some casting edge-cases where this generic response makes sense.
The text was updated successfully, but these errors were encountered:
Is there any obvious reason for which the intersection returns an
interface{}
instead of[]interface{}
? I think each time we do an intersection we expect to end up with an array/slice and not manually make that conversion each time.Maybe I'm missing some casting edge-cases where this generic response makes sense.
The text was updated successfully, but these errors were encountered: