In order to make this possible: ``` const mul = createArraySelector( numbers, (number, index) => [index, number] ); ``` This is similar to what's already possible with keys for maps and objects.