Skip to content

Commit 9b4f24e

Browse files
committed
Module group: Add Optional and Pointer groups.
1 parent 845304a commit 9b4f24e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

stdlib/public/core/GroupInfo.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,15 @@
9090
"IntegerParsing.swift",
9191
"SetAlgebra.swift"
9292
],
93+
"Optional": [
94+
"ImplicitlyUnwrappedOptional.swift",
95+
"Optional.swift"
96+
],
97+
"Pointer": [
98+
"Pointer.swift",
99+
"UnsafePointer.swift",
100+
"UnsafeBufferPointer.swift"
101+
],
93102
"Misc": [
94103
"Interval.swift",
95104
"Hashing.swift",

0 commit comments

Comments
 (0)