public function keyIntersection($array, $key_cmp = null) { return new self(a::keyIntersection($this->value, self::unwrap($array), $key_cmp)); }