Should the first argument of groupBy() be made optional and equal to identity by default? #7307
kalgon
started this conversation in
Ideas / Feature request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using
groupBy()
on simple types, I often have to write something likegroupBy(foo => foo)
orgroupBy(identity)
.Should the first argument of
groupBy()
default toidentity
?Beta Was this translation helpful? Give feedback.
All reactions