Skip to content

Commit 9c4c010

Browse files
committed
Update Sorted Set to Swift 4.2
1 parent 9f5e81e commit 9c4c010

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

Sorted Set/SortedSet.playground/Pages/Example 1.xcplaygroundpage/Contents.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
// last checked with Xcode 9.0b4
2-
#if swift(>=4.0)
3-
print("Hello, Swift 4!")
4-
#endif
5-
61
//: # Example 1 with type Int
72

83
var mySet = SortedSet<Int>()

Sorted Set/SortedSet.playground/Pages/Example 1.xcplaygroundpage/timeline.xctimeline

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
version = "3.0">
44
<TimelineItems>
55
<LoggerValueHistoryTimelineItem
6-
documentLocation = "file:///Users/kaichen/src/swift-algorithm-club/Sorted%20Set/SortedSet.playground/Pages/Example%201.xcplaygroundpage#CharacterRangeLen=21&amp;CharacterRangeLoc=370&amp;EndingColumnNumber=0&amp;EndingLineNumber=24&amp;StartingColumnNumber=1&amp;StartingLineNumber=23&amp;Timestamp=532757103.131521"
6+
documentLocation = "file:///Users/michaelmix/git-repos/hacktoberfest-2018/swift-algorithm-club/Sorted%20Set/SortedSet.playground/Pages/Example%201.xcplaygroundpage#CharacterRangeLen=21&amp;CharacterRangeLoc=287&amp;EndingColumnNumber=0&amp;EndingLineNumber=19&amp;StartingColumnNumber=1&amp;StartingLineNumber=18&amp;Timestamp=561504226.71819"
77
selectedRepresentationIndex = "0"
88
shouldTrackSuperviewWidth = "NO">
99
</LoggerValueHistoryTimelineItem>
1010
<LoggerValueHistoryTimelineItem
11-
documentLocation = "file:///Users/kaichen/src/swift-algorithm-club/Sorted%20Set/SortedSet.playground/Pages/Example%201.xcplaygroundpage#CharacterRangeLen=24&amp;CharacterRangeLoc=411&amp;EndingColumnNumber=0&amp;EndingLineNumber=26&amp;StartingColumnNumber=3&amp;StartingLineNumber=25&amp;Timestamp=532757103.131695"
11+
documentLocation = "file:///Users/michaelmix/git-repos/hacktoberfest-2018/swift-algorithm-club/Sorted%20Set/SortedSet.playground/Pages/Example%201.xcplaygroundpage#CharacterRangeLen=24&amp;CharacterRangeLoc=328&amp;EndingColumnNumber=0&amp;EndingLineNumber=21&amp;StartingColumnNumber=3&amp;StartingLineNumber=20&amp;Timestamp=561504226.718327"
1212
selectedRepresentationIndex = "0"
1313
shouldTrackSuperviewWidth = "NO">
1414
</LoggerValueHistoryTimelineItem>
1515
<LoggerValueHistoryTimelineItem
16-
documentLocation = "file:///Users/kaichen/src/swift-algorithm-club/Sorted%20Set/SortedSet.playground/Pages/Example%201.xcplaygroundpage#CharacterRangeLen=25&amp;CharacterRangeLoc=510&amp;EndingColumnNumber=0&amp;EndingLineNumber=32&amp;StartingColumnNumber=3&amp;StartingLineNumber=31&amp;Timestamp=532757103.131826"
16+
documentLocation = "file:///Users/michaelmix/git-repos/hacktoberfest-2018/swift-algorithm-club/Sorted%20Set/SortedSet.playground/Pages/Example%201.xcplaygroundpage#CharacterRangeLen=25&amp;CharacterRangeLoc=427&amp;EndingColumnNumber=0&amp;EndingLineNumber=27&amp;StartingColumnNumber=3&amp;StartingLineNumber=26&amp;Timestamp=561504226.718428"
1717
selectedRepresentationIndex = "0"
1818
shouldTrackSuperviewWidth = "NO">
1919
</LoggerValueHistoryTimelineItem>

0 commit comments

Comments
 (0)