Storage vs Memory vs Calldata - Understanding Data Locations in Solidity
Solidity provides value types and reference types. Reference types are arrays, mappings and structs. Value types are all other data types like string, int, and boolean. When you define a reference type you have to define the "data location" to determ...
ratracegrad.hashnode.dev2 min read