remove# IndexSet1D.remove(elem, /)# Remove an element from the IndexSet, in-place. Parameters: elemelement Raises: ValueErrorIf the element is not present in the IndexSet.