1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

roadmap: 64/32 bit int

This commit is contained in:
Alexander Medvednikov 2023-04-10 05:01:01 +02:00 committed by GitHub
parent 83afa1009e
commit 220b31bfba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,7 @@
- [ ] `copy()` builtin function (e.g. for easier conversion from `[]Foo` to `[4]Foo`)
- [ ] A better documentation platform
- [ ] Improve vweb: allow separation of logic via "controllers", lots of other fixes
- [ ] 64/32 bit int depending on arch (will remove array.len limitation on 64 bit systems)
## [Version 1.0]