Pinq\Iterators\ISet::remove PHP Méthode

remove() public méthode

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
Résultat boolean Whether the value was successfully removed
    public function remove($value);