We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af10fe9 commit 33a5092Copy full SHA for 33a5092
Ring Buffer/RingBuffer.playground/Contents.swift
@@ -1,10 +1,5 @@
1
//: Playground - noun: a place where people can play
2
3
-// last checked with Xcode 9.0b4
4
-#if swift(>=4.0)
5
-print("Hello, Swift 4!")
6
-#endif
7
-
8
public struct RingBuffer<T> {
9
fileprivate var array: [T?]
10
fileprivate var readIndex = 0
0 commit comments