```php public function add(mixed $value): static { return $this->createOrModify(namespace\push($this->value, $value)); } ```