zink-lang / zink

Rustic programming language that targets the Ethereum Virtual Machine
https://zink-lang.org
GNU General Public License v3.0
139 stars 13 forks source link

Handle fixed arrays in memory #253

Open clearloop opened 1 month ago

clearloop commented 1 month ago

Describe the feature

for example as the parameters of internal functions

Solution

do not need to store the length of fixed array since it has been declared in function signatures