Is there a version of `groupBy` that offers me a `...
# announcements
z
Is there a version of
groupBy
that offers me a
keySelector
? It appears that
groupBy
only has a value selector, which means I have to go through additional steps to cleanup my values (which isn't trivial).