.
This commit is contained in:
parent
9d7c573a1a
commit
2b42519e30
1 changed files with 0 additions and 1 deletions
|
|
@ -29,7 +29,6 @@
|
||||||
*/
|
*/
|
||||||
Vec :: struct(N: int, T: Type)
|
Vec :: struct(N: int, T: Type)
|
||||||
#modify {
|
#modify {
|
||||||
|
|
||||||
info := T.(*Type_Info);
|
info := T.(*Type_Info);
|
||||||
return info.type == .INTEGER || info.type == .FLOAT, "Vec T must be a numeric type (int or float)";
|
return info.type == .INTEGER || info.type == .FLOAT, "Vec T must be a numeric type (int or float)";
|
||||||
} {
|
} {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue