This website requires JavaScript.
Explore
Help
Register
Sign in
mirrors
/
v
Watch
1
Star
0
Fork
You've already forked v
0
mirror of
https://github.com/vlang/v.git
synced
2025-09-14 23:12:33 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
12
556f9f12ce
v
/
cmd
/
tools
/
modules
/
vgit
History
Download ZIP
Download TAR.GZ
Delyan Angelov
35e91a7e70
checker,cgen: change
x.filter(cond).len > 0
to
x.any(cond)
, and
x.filter(cond) == 0
to
x.all(!cond)
(
#20513
)
2024-01-13 08:52:31 +02:00
..
vgit.v
checker,cgen: change
x.filter(cond).len > 0
to
x.any(cond)
, and
x.filter(cond) == 0
to
x.all(!cond)
(
#20513
)
2024-01-13 08:52:31 +02:00