MathPHP\SetTheory\ImmutableSet::remove PHP Method

remove() public method

Cannot remove members of an immutable set
public remove ( mixed $x ) : Set
$x mixed
return Set (this set unchanged)
    public function remove($x) : Set
    {
        return $this;
    }