Avatar
ArraySlice ならちゃんと popFirst があるから使える。 @swift-4.1.3 var a: ArraySlice<Int> = [2, 3, 5] print(a.popFirst()!) (edited)