Eliyaan (Nopana)
Eliyaan (Nopana)
[server.zip](https://github.com/vlang/v/files/11072124/server.zip) There you have all the server files I was using I think
Because it is useful when debugging to know how many items are in the array. related conversation: https://discord.com/channels/592103645835821068/592106336838352923/1251933620214693978
The native backend does not support `builtin` for the moment, neither does it support `os`. So I do not think it supports `db`. For future bug reports to the native...
when cross compiling from linux to windows this happens when passing `-subsystem windows` (as it is the default for gg apps on windows but not the default when cross compiling...
I think a and b are pointers to the same struct so the address of a and b are different but the address they store are the same