MathPHP\SetTheory\ImmutableSet::clear PHP Method

clear() public method

Cannot clear an immutable set
public clear ( ) : Set
return Set (this set unchanged)
    public function clear() : Set
    {
        return $this;
    }