Calldata Encoding
NOTE:
m
=> memory location, c
=> calldata location (which is still memory, but dedicated at the moment).
This file is used to elaborate how the arguments encoded in the src/Calldata.sol file have been encoded for all functions defined in the CallerContract contract.
+This file is used to elaborate how the arguments encoded in the src/Calldata.sol
file have been encoded for all functions defined in the CallerContract
contract.