A module providing utility functions for working with dictionaries.
This module contains a function to retrieve values associated with a list of keys from a dictionary.
keyedValues : List comparable -> Dict comparable v -> List v
Retrieves the values associated with a list of keys from a dictionary. If a key does not exist in the dictionary, it is ignored.