This website requires JavaScript.
Explore
Help
Sign In
TheCloud
/
v
Watch
1
Star
0
Fork
0
You've already forked v
mirror of
https://github.com/vlang/v.git
synced
2025-08-04 02:07:28 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
20,177
Commits
2
Branches
287
Tags
Commit Graph
1 Commits
Author
SHA1
Message
Date
Delyan Angelov
194db24829
builtin: add a rune iterator method to strings, allowing
for for i, r in s.runes_iterator() {
without first allocating an array for all the runes (
#24769
)
2025-06-21 12:33:14 +03:00