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
特性描述:支持+等基本运算符传入多于2个的参数,以实现不定长参数列表。
+
实现思路:此特性不紧急,未来将使用宏实现。进一步地,将所有算术逻辑运算符封装为宏。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
特性描述:支持
+
等基本运算符传入多于2个的参数,以实现不定长参数列表。实现思路:此特性不紧急,未来将使用宏实现。进一步地,将所有算术逻辑运算符封装为宏。
The text was updated successfully, but these errors were encountered: