mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Previously it returned 32 bytes for all types, which was wasteful. This commit changes it to return the storage bytes of the underlying type.
Previously it returned 32 bytes for all types, which was wasteful. This commit changes it to return the storage bytes of the underlying type.