This commit is contained in:
Nicolás Hatcher
2025-06-22 17:20:34 +02:00
parent 889845b948
commit 71a2bb2dca
10 changed files with 128 additions and 16 deletions

View File

@@ -186,6 +186,7 @@ pub fn add_implicit_intersection(node: &mut Node, add: bool) {
};
}
#[derive(Clone)]
pub enum StaticResult {
Scalar,
Array(i32, i32),