Avatar
omochimetaru 4/26/2018 5:50 AM
@swift-4.2.4 var buf = ArraySlice([1,2,3]) print(buf) buf.popFirst() print(buf)