Skip to content

Commit 2a29718

Browse files
NORMANDY REALNORMANDY REAL
NORMANDY REAL
authored and
NORMANDY REAL
committed
Migrate to Swift 4.2
1 parent af10fe9 commit 2a29718

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Ordered Array/OrderedArray.playground/Contents.swift

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
//: Playground - noun: a place where people can play
22

3-
// last checked with Xcode 9.0b4
4-
#if swift(>=4.0)
5-
print("Hello, Swift 4!")
6-
#endif
3+
74

85
public struct OrderedArray<T: Comparable> {
96
fileprivate var array = [T]()

0 commit comments

Comments
 (0)