contains
Given a list of keys, return those which exist.
Returns
A set of keys that exist. If no keys exist, an empty set is returned.
Given a list of keys, return those which exist.
A set of keys that exist. If no keys exist, an empty set is returned.