右侧类型的运算符优先级的原因

发布于 2025-01-05 16:07:23 字数 286 浏览 2 评论 0原文

Kotlin 语法优先级- 给出运算符Kotlin 的优先级表,包括右侧类型为 :asas? 的运算符,它们的优先级为乘法和前缀之间运营商。

是否有理由给予他们如此特殊的优先权?我无法立即想到有必要/有利的情况;我缺少什么?

Kotlin Grammar-Precedence: - gives the operator precedence table for Kotlin, including the operators with a type on the right-hand side, :, as and as?, which have precedence in between the multiplication and prefix operators.

Is there a reason for giving them that particular precedence? I can't offhand think of a situation where it would be necessary/advantageous; what am I missing?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心不设防 2025-01-12 16:07:23

我们希望在必须转换某些内容然后添加/检查“in”等的情况下避免使用括号

We wanted to avoid parentheses in cases where something has to be cast and then added/checked for "in" etc

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文