-
Does mapping function in solidity automatically create an array? And that's how we are able to retrieve data from a mapping function? |
Beta Was this translation helpful? Give feedback.
Answered by
cromewar
Jan 17, 2022
Replies: 1 comment
-
Hello @vicshi06 mappings are it's own type and they are kind of arrays but not fully, I suggest you to check this to understand deeply how mappings works. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vicshi06
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @vicshi06 mappings are it's own type and they are kind of arrays but not fully, I suggest you to check this to understand deeply how mappings works.