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

v: support new contraint of v with usafe {} block #88

Closed vincenzopalazzo closed 2 years ago

vincenzopalazzo commented 2 years ago

This should be cover all the unsafe comparisons due the compiler error added by the following PR https://github.com/vlang/v/pull/14462

Signed-off-by: Vincenzo Palazzo vincenzopalazzodev@gmail.com