mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 02:17:50 +00:00
Add doc note about group ordering of _.groupBy. [ci skip] [closes #2212]
This commit is contained in:
@@ -8349,9 +8349,10 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates an object composed of keys generated from the results of running
|
* Creates an object composed of keys generated from the results of running
|
||||||
* each element of `collection` thru `iteratee`. The corresponding value of
|
* each element of `collection` thru `iteratee`. The order of grouped values
|
||||||
* each key is an array of elements responsible for generating the key. The
|
* is determined by the order they occur in `collection`. The corresponding
|
||||||
* iteratee is invoked with one argument: (value).
|
* value of each key is an array of elements responsible for generating the
|
||||||
|
* key. The iteratee is invoked with one argument: (value).
|
||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
|
|||||||
Reference in New Issue
Block a user