/* * prop_dictionary_copy -- * Copy a dictionary. The new dictionary has an initial capacity equal * to the number of objects stored int the original dictionary. The new * dictionary contains refrences to the original dictionary's objects, * not copies of those objects (i.e. a shallow copy). */