Groups all elements of the given array by the key extracted using the given indexExtractor.
The array to convert.
The extractor function to extract a key from each element.
an index signature with arrays of values grouped by keys.
Generated using TypeDoc
Groups all elements of the given array by the key extracted using the given indexExtractor.