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 3f2d1fd commit 52e5189Copy full SHA for 52e5189
std/runtime/maphash.jule
@@ -118,7 +118,7 @@ fn maphash[K](&k: *K, seed: uintptr): uintptr {
118
}
119
| comptime::Enum:
120
comptime::TypeAlias(valueTyp, t.Value())
121
- ret unsafe { maphash(&(*(*valueTyp)(*k)), seed) }
+ ret unsafe { maphash(&(*(*valueTyp)(k)), seed) }
122
| comptime::F32:
123
ret f32hash(f32(*k), seed)
124
| comptime::F64:
0 commit comments