remove#

TypedSet.remove()#

Remove an element from a set; it must be a member.

If the element is not a member, raise a KeyError.