Multiple variables concise declaration with efficient performance handling

后端 未结 0 1633
醉梦人生
醉梦人生 2020-11-29 19:47

Seems like there\'s no lowering/optimization for destructing array declaration of the same data type.

  var (var1, var2, var3) = arrayOf(10, 11, 12)


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题