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-13 22:42:26 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
13
20384
commits
2
branches
293
tags
190
MiB
e15d8fcf49
Commit graph
1 commit
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