MathPHP\SetTheory\ImmutableSet::remove PHP 메소드

remove() 공개 메소드

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