vlang / vinix

Vinix is an effort to write a modern, fast, and useful operating system in the V programming language
https://vlang.io
GNU General Public License v2.0
1.89k stars 120 forks source link

change `&Node(0)` to `&Node(unsafe { nil })` #119

Closed Delta456 closed 1 year ago

Delta456 commented 1 year ago

Needed for https://github.com/vlang/v/pull/17923