improving spec constant support
Build / build (push) Successful in 43s
Test / build (push) Failing after 20s

This commit is contained in:
2026-06-08 14:53:02 +02:00
parent 291290f1b8
commit 9270d83464
5 changed files with 420 additions and 65 deletions
+1
View File
@@ -165,6 +165,7 @@ pub const Value = union(Type) {
.Structure => |*s| s.values,
.Array => |*a| a.values,
.Vector => |v| v,
.Matrix => |m| m,
else => null,
};
}