Starting to support arrays and tuples for inout

This commit is contained in:
2026-03-15 22:13:47 +01:00
parent 866a5dd501
commit 10e4509e8c
13 changed files with 653 additions and 212 deletions

View File

@ -1,2 +1,3 @@
pub mod math;
pub mod synthesis;
pub mod utilities;