开发者

Is there any difference between __typeof and typeof?

开发者 https://www.devze.com 2023-04-09 13:45 出处:网络
There are more operators that work when we add __ to the开发者_StackOverflow中文版m too. what does __ mean?An identifier with double underscores is reserved for the implementation. typeof is a compile

There are more operators that work when we add __ to the开发者_StackOverflow中文版m too. what does __ mean?


An identifier with double underscores is reserved for the implementation. typeof is a compiler specific extension to the language, so naming it __typeof ensures no user code has an identifier with the same name

0

精彩评论

暂无评论...
验证码 换一张
取 消