Single-element parethesized expressions/tuples vs common use of parentheses

后端 未结 2 1707
说谎
说谎 2020-12-11 22:24

Sorry if this is trivial - I am so new to swift, actually I have only looked at the language guide+reference for a few minutes.

As far as I understand a parenthesize

2条回答
  •  借酒劲吻你
    2020-12-11 23:15

    +, * etc are infix operators, and they have a semantic meaning that's different from the comma ,, so the compiler treats it in a different way.

提交回复
热议问题