This commit is contained in:
Judah Caruso 2025-05-19 13:14:57 -06:00
parent 9d7c573a1a
commit 2b42519e30

View file

@ -29,7 +29,6 @@
*/
Vec :: struct(N: int, T: Type)
#modify {
info := T.(*Type_Info);
return info.type == .INTEGER || info.type == .FLOAT, "Vec T must be a numeric type (int or float)";
} {