PhpCss\Ast\Selector\Group::offsetExists PHP Method

offsetExists() public method

Check if a sequence at the given position is available in the list.
See also: ArrayAccess::offsetExists()
public offsetExists ( integer $offset ) : boolean
$offset integer
return boolean
    public function offsetExists($offset)
    {
        return isset($this->_sequences[$offset]);
    }