Initializing an array is efficient in Swift. The following code… var z = Array(repeating: 0, count: 1001) z[0] = 10.
確定! 回上一頁