Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我惊讶地发现这段代码可以编译:
pure string Foo = SomePureFunction(123);
pure仅在在线文档中的函数上下文中提及。
pure
什么是变量,它们与pure变量有何不同?immutableconst
immutable
const
在这种情况下,该属性不起作用。这是 DMD 中的一个已知问题,还有很多其他类似的情况,其中属性没有被拒绝,但也没有任何影响。