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
Remove handling of iterables, only allow arrays as input (#2) deff795 It doesn't make sense to accept iterables when we don't take advantage of it internally. Users can just instead use ...iterable which turns it into an array that the module accepts.