Creates an index signature from the given array with every elements mapped using the given valueExtractor.
The array to convert.
A function to extract the id from each array elements.
A mapper function to convert each element of the array from T to U.
the created index signature.
Generated using TypeDoc
Creates an index signature from the given array with every elements mapped using the given valueExtractor.