We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
有几处特地这样说明,不知哪些类型不支持生成哈希值呢?
The text was updated successfully, but these errors were encountered:
CovScript生成Hash的逻辑是调用std::hash,对于CovScript内建类型来说就是number string char boolean 但对于C++类型来说,是可以通过重载支持std::hash来从而使得CovScript间接支持的
Sorry, something went wrong.
No branches or pull requests
有几处特地这样说明,不知哪些类型不支持生成哈希值呢?
The text was updated successfully, but these errors were encountered: