raw & self::INHERIT) > 0; } public function toString(): IString { if($this->shouldInherit()) { static $inherit = null; if($inherit === null) $inherit = new AString('inherit'); return $inherit; } return parent::toString(); } }