This website requires JavaScript.
Explore
Help
Sign In
vieter-v
/
v
Watch
2
Star
0
Fork
You've already forked v
0
Code
Issues
Pull Requests
Releases
Activity
45fe87c9e3
v
/
vlib
/
hash
/
wyhash.js.v
7 lines
100 B
V
Raw
Normal View
History
Unescape
Escape
js: initial work on porting rand module to JS backend (#11188)
2021-08-15 17:09:51 +02:00
module
hash
js,checker: fix some modules build for `v -b js self`, fix `or block` check in ast.CallExpr (#12231)
2021-10-19 11:11:54 +02:00
pub
fn
sum64_string
(
s
string
,
key
u64
)
u64
{
panic
(
'
n
o
t
y
e
t
i
m
p
l
e
m
e
n
t
e
d
'
)
return
0
}