def __contains__(self, elem): return elem in self._set # Iterable -> Set -> MutableSet (Abstract Method)