HashDict.merge

You're seeing just the function merge, go back to HashDict module for more information.
Link to this function

merge(dict1, dict2, fun \\ fn _k, _v1, v2 -> v2 end)

View Source
This function is deprecated. Use maps and the Map module instead.