This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
v
Watch
1
Star
0
Fork
0
You've already forked v
mirror of
https://github.com/vlang/v.git
synced
2023-08-10 21:13:21 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
125921db66
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 18:09:51 +03: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 12:11:54 +03: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
}
Reference in New Issue
Copy Permalink