This functor index the values of a map using values from another as indices resulting in a lookup table where keys are the values from the first map and table values are the values from the second map.
| Name | Type | Description |
|---|---|---|
| table | Lookup Table | The resulting table containing the “Key Map” values as keys and “Value Map” values as values. |
MapIndexer