Code has been added to clipboard!

Fixed Size Bytes in Solidity

Example
bytes2 a = 0x1234;
bytes1 b = bytes1(a);