KitchenSink v0.0.9 KitchenSink.List

this module is for List functions

Summary

Functions

takes a list of maps, transforms it into a map of maps with their value being the value_key. basically making a look-up table

Functions

index_on(list_of_maps, take_keys, value_key)

takes a list of maps, transforms it into a map of maps with their value being the value_key. basically making a look-up table.