You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
valueclass Vector3 {floatx=0;// Primitive properties are copiedfloaty=0;floatz=0;void@construct(floatx,floaty,floatz){
...}}// Usageletvec=newVector3(1,2,3)// Put on the stack for supported languages
vec.x=321;// IllegalsomeFunc(vec);// Passed by value for supported languages
This might be implemented along with #13
The text was updated successfully, but these errors were encountered: