![]() ```aiken fn foo() { let tuple = #(1, 2, 3, 4) tuple.1st + tuple.2nd + tuple.3rd + tuple.4th } ``` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |
![]() ```aiken fn foo() { let tuple = #(1, 2, 3, 4) tuple.1st + tuple.2nd + tuple.3rd + tuple.4th } ``` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |