Avatar
おや?手元環境と違う。
2:15 PM
@swift-5.3.3 var a: ArraySlice<Int> = [] for i in 0 ..< 100 { a.append(i) print(a.capacity) _ = a.popFirst() }