什么是纯变量?

发布于 2025-01-01 21:41:26 字数 312 浏览 1 评论 0原文

我惊讶地发现这段代码可以编译:

pure string Foo = SomePureFunction(123);

pure 仅在 在线文档

什么是pure变量,它们与immutableconst变量有何不同?

I was surprised to find that this code compiles:

pure string Foo = SomePureFunction(123);

pure is only mentioned in the context of functions in the online documentation.

What are pure variables, and how are they different from immutable and const ones?

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

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

发布评论

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

评论(1

爱你是孤单的心事 2025-01-08 21:41:26

在这种情况下,该属性没有任何作用。这是DMD中的一个已知问题,还有很多其他类似的情况,其中属性没有被拒绝,但也没有任何效果。

The attribute just has no effect in this case. It's a known issue in DMD, there are quite a number other similar cases, where attributes are not rejected, but don't have any effect as well.

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