为什么 Property Wrapper 不能应用于全局变量或计算变量?
我正在浏览 Swift 文档,它说
您可以将属性包装器应用于本地存储变量,但不能应用于全局变量或计算变量。
我知道这是设计使然,但只是想知道不将属性包装器应用于全局变量或计算变量背后的原因是什么。
I was going through Swift Documentation and it says
You can apply a property wrapper to a local stored variable, but not to a global variable or a computed variable.
I know it is by design but just curious to know what could be the reason behind not applying the property wrapper to global or computed variable.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论