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 290ce10 commit bebc9f2Copy full SHA for bebc9f2
Sources/_RegexParser/Utility/TypeConstruction.swift
@@ -60,7 +60,7 @@ public enum TypeConstruction {
60
flags |= 0x10000
61
}
62
63
- let result = elementTypes.withContiguousStorageIfAvailable { elementTypesBuffer -> (value: Any.Type, state: Int) in
+ let result = elementTypes.withContiguousStorageIfAvailable { elementTypesBuffer in
64
if let labels = labels {
65
return labels.withCString { labelsPtr in
66
swift_getTupleTypeMetadata(
0 commit comments