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);