Pinq\Iterators\ISet::addRef PHP Method

addRef() public method

Attempts to add the value by reference to the set, will fail if the value is already contained in the set.
public addRef ( mixed &$value ) : boolean
$value mixed
return boolean Whether the value was successfully added
    public function addRef(&$value);