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.
2 parents 290ce10 + bebc9f2 commit dbbed57Copy full SHA for dbbed57
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