We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ad793 commit 86f64f5Copy full SHA for 86f64f5
stdlib/public/core/GroupInfo.json
@@ -166,12 +166,16 @@
166
"Playground": [
167
"PlaygroundDisplay.swift"
168
],
169
- "Misc": [
+ "Hashing": [
170
+ "Hashable.swift",
171
+ "Hasher.swift",
172
+ "SipHash.swift",
173
"AnyHashable.swift",
- "Interval.swift",
174
"Hashing.swift",
- "SipHash.swift",
- "Hasher.swift",
175
+ "Bitset.swift"
176
+ ],
177
+ "Misc": [
178
+ "Interval.swift",
179
"ErrorType.swift",
180
"InputStream.swift",
181
"LifetimeManager.swift",
@@ -192,11 +196,9 @@
192
196
"CommandLine.swift",
193
197
"Tuple.swift",
194
198
"NewtypeWrapper.swift",
195
- "Bitset.swift",
199
"DebuggerSupport.swift",
200
"Equatable.swift",
201
"Comparable.swift",
- "Hashable.swift",
202
"Codable.swift",
203
"MigrationSupport.swift"
204
]
0 commit comments