Apply the given mapping function to every elements and 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.
The mapper function.
an index signature with arrays of converted values grouped by keys.
Generated using TypeDoc
Apply the given mapping function to every elements and groups all elements of the given array by the key extracted using the given indexExtractor