Return true if is a dictionary.
Make an empty dictionary.
Return a new dictionary with associated with .
Return a new dictionary with removed.
Return true if exists in .
If exists in , return associated value; otherwise return .
Return list of (key . value) pairs.
Return list of keys.
Return list of values.