Pinq\Iterators\ISet::remove PHP Метод

remove() публичный Метод

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
Результат boolean Whether the value was successfully removed
    public function remove($value);