hope
hope copied to clipboard
Define and implement a dictionary method to set values for multiple keys at once
Something like:
-spec set_mult(t(K, V), [{K, V}]) -> t(K, V).