alias for Object.groupBy.
Object.groupBy
Groups members of an iterable according to the return value of the passed callback.
An iterable.
A callback which will be invoked for each item in items.
alias for
Object.groupBy
.