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

Support dynamic arrays in storage #219

Open clearloop opened 9 months ago

clearloop commented 9 months ago

Describe the feature

https://docs.soliditylang.org/en/v0.8.28/internals/layout_in_storage.html#mappings-and-dynamic-arrays

Solution

follow the design of the solidity, figure out a better solution if there is any

No response