func `self`() -> Self!func conformstoprotocol(_ `aProtocol`: Protocol) -> Bool
我在互联网上搜索,但在这种情况下我无法找到单引号的含义.
这里有人知道这意味着什么或它叫什么.
谢谢你们.
解决方法 来自Swift docs:To use a reserved word as an IDentifIEr,put a backtick (`) before and
after it. For example,class is not a valID IDentifIEr,but `class` is
valID. The backticks are not consIDered part of the IDentifIEr; `x`
and x have the same meaning.
``
被称为反引号.
在您的示例中,似乎关键字self被转义,因此该函数可以命名为“self”.
总结以上是内存溢出为你收集整理的ios – 什么`someVar`或单引号在swift中意味着什么全部内容,希望文章能够帮你解决ios – 什么`someVar`或单引号在swift中意味着什么所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)