Linklancien
Linklancien
### Describe the bug The value of the referenced struct is an empty struct after running app.gg.run() ### Reproduction Steps ```v import gg struct Mass_Points { mut : x f64...
### Describe the bug gx - operator overloading not working for Color ### Reproduction Steps import gx print(gx.rgba(128, 128, 128, 255) - gx.rgba(0, 0, 0, 155)) ### Expected Behavior gx...
### Describe the bug When executing the code, it return a V compiler error ### Reproduction Steps This is the shorter reproduction a found: ```v fn foo[T](data T) {} type...