Pinq\Iterators\ISet::remove PHP Method

remove() public method

Attempts to remove the value from the set, will fail if the value is not contained in the set.
public remove ( mixed $value ) : boolean
$value mixed
return boolean Whether the value was successfully removed
    public function remove($value);