persistentHashMapOf
Returns a new persistent map with the specified contents, given as a list of pairs where the first component is the key and the second is the value.
If multiple pairs have the same key, the resulting map will contain the value from the last of those pairs.
Order of the entries in the returned map is unspecified.
Returns an empty persistent map.