标签: performance swift increment post-increment pre-increment
Swift哪个更快?预增量++i或后增量i++?
++i
i++
它与C ++中的相同吗?
Preincrement faster than postincrement in C++ - true? If yes, why is it?