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 9a91075 commit 94e999fCopy full SHA for 94e999f
stdlib/public/core/GroupInfo.json
@@ -74,14 +74,16 @@
74
],
75
"C": [
76
"BridgeObjectiveC.swift",
77
+ "BridgeStorage.swift",
78
"Builtin.swift",
79
"VarArgs.swift",
80
"CTypes.swift"
81
82
"Reflection": [
83
"Mirrors.swift",
84
"Mirror.swift",
- "Reflection.swift"
85
+ "Reflection.swift",
86
+ "ObjCMirrors.swift"
87
88
"Math": [
89
"FloatingPoint.swift",
@@ -91,7 +93,8 @@
91
93
"FixedPoint.swift",
92
94
"IntegerParsing.swift",
95
"Bit.swift",
- "SetAlgebra.swift"
96
+ "SetAlgebra.swift",
97
+ "BuiltinMath.swift"
98
99
"Optional": [
100
"ImplicitlyUnwrappedOptional.swift",
0 commit comments