====== Map Indexer ====== ===== Description ===== 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. ===== Inputs ===== ^ Name ^ Type ^ Description ^ | Key Map | [[Map Type|Map]] | The input map with the keys. | | Value Map | [[Map Type|Map]] | The input map with the values. | ===== Outputs ===== ^ Name ^ Type ^ Description ^ | table | [[Lookup Table Type|Lookup Table]] | The resulting table containing the "Key Map" values as keys and "Value Map" values as values. | ===== Group ===== [[Functor List#Map Algebra|Map Algebra]] ===== Notes ===== ===== Internal Name ===== MapIndexer