New nodes: Sum, Average, Minimum, Maximum, Any, All (#4344)

Co-authored-by: Dennis Kobert <dennis@kobert.dev>
This commit is contained in:
Keavon Chambers
2026-09-15 14:35:27 +02:00
committed by Dennis Kobert
co-authored by Dennis Kobert
parent 04d6c0d5cf
commit 20eb5ccb8a
20 changed files with 1174 additions and 664 deletions
+1
View File
@@ -3,6 +3,7 @@ pub mod context;
pub mod context_modification;
pub mod debug;
pub mod extract_xy;
pub mod list;
pub mod memo;
pub mod ops;
#[cfg(test)]