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
Currently, kv.Collection.Every uses kv.Collection.Each to iterate over the collection, which doesn't return early when a non-matching value is encountered, forcing more iterations than necessary.
Currently,
kv.Collection.Everyuseskv.Collection.Eachto iterate over the collection, which doesn't return early when a non-matching value is encountered, forcing more iterations than necessary.