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

roadmap: remove fn == 0

This commit is contained in:
Alexander Medvednikov 2021-08-19 08:19:21 +03:00
parent fe08e1c504
commit 337c325109

View File

@ -30,3 +30,4 @@
- [ ] VLS for autocomplete, refactoring, go to definition etc
- [ ] Recursive structs via optionals: `struct Node { next ?Node }`
- [ ] Remove `foo = 0` for `&Foo`
- [ ] Handle function pointers safely, remove `if function == 0 {`