sizeUnitBytes top-level constant
int
const sizeUnitBytes
The length of the encoding of a solidity type is always a multiplicative of this unit size.
Implementation
const int sizeUnitBytes = 32;