📜  快速重复数组 - Swift 代码示例

📅  最后修改于: 2022-03-11 15:01:03.509000             🧑  作者: Mango

代码示例1
let numbers1 = [Int](repeating: 0, count: 100)