Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Underscore collections functions should take objects #20623

Closed
4 tasks done
elldritch opened this issue Oct 16, 2017 · 0 comments · Fixed by #45763, #45893, #45994, #46035 or #46120
Closed
4 tasks done

Underscore collections functions should take objects #20623

elldritch opened this issue Oct 16, 2017 · 0 comments · Fixed by #45763, #45893, #45994, #46035 or #46120

Comments

@elldritch
Copy link

All functions under Underscore's "Collection Functions" category should take both arrays and objects (i.e. both _.List<T>s and _.Dictionary<T>s). However, the types for these functions only allow _.List<T> (for example, _.sortBy and _.groupBy).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment