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 cc1c14f commit 9f73b93Copy full SHA for 9f73b93
1 file changed
Sources/WasmKit/Execution/Instances.swift
@@ -51,7 +51,7 @@ package struct EntityHandle<T>: Equatable, Hashable {
51
self.pointer = pointer
52
}
53
54
- subscript<R>(dynamicMember keyPath: KeyPath<T, R>) -> R {
+ package subscript<R>(dynamicMember keyPath: KeyPath<T, R>) -> R {
55
pointer.pointee[keyPath: keyPath]
56
57
0 commit comments