public static function fromLists($keys, $values) { return new self(a::fromLists(self::unwrap($keys), self::unwrap($values))); }