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 241301b commit ce9c0d8Copy full SHA for ce9c0d8
Sources/CasePaths/EnumReflection.swift
@@ -518,7 +518,7 @@ extension TupleMetadata {
518
519
var type: Any.Type { self.ptr.load(as: Any.Type.self) }
520
521
- var offset: UInt { self.ptr.load(fromByteOffset: pointerSize, as: UInt.self) }
+ var offset: UInt32 { self.ptr.load(fromByteOffset: pointerSize, as: UInt32.self) }
522
523
static func == (lhs: Element, rhs: Element) -> Bool {
524
lhs.type == rhs.type && lhs.offset == rhs.offset
0 commit comments