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 38f8c75 commit 5977cf4Copy full SHA for 5977cf4
Sources/OpenSwiftUICore/Data/DynamicProperty/DynamicPropertyBuffer.swift
@@ -75,13 +75,11 @@ public struct _DynamicPropertyBuffer {
75
)
76
77
}
78
-
79
func project<Enum>(type _: Enum.Type) {
80
let box = EnumBox(
81
cases: cases,
82
active: nil
83
84
85
let index = contents.append(box, vtable: EnumVTable<Enum>.self)
86
contents[index].flags.fieldOffset = Int32(baseOffset)
87
0 commit comments