mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
Update ROADMAP.md
This commit is contained in:
parent
b0323c79ad
commit
a204fb4a68
@ -41,6 +41,7 @@
|
|||||||
- [ ] -skip-unused on by default
|
- [ ] -skip-unused on by default
|
||||||
- [ ] 64/32 bit int depending on arch (will remove array.len limitation on 64 bit systems)
|
- [ ] 64/32 bit int depending on arch (will remove array.len limitation on 64 bit systems)
|
||||||
- [ ] `copy()` builtin function (e.g. for easier conversion from `[]Foo` to `[4]Foo`)
|
- [ ] `copy()` builtin function (e.g. for easier conversion from `[]Foo` to `[4]Foo`)
|
||||||
|
- [ ] Lambdas: `a.sort(|a, b| a > b)`
|
||||||
|
|
||||||
## [Version 1.0]
|
## [Version 1.0]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user