sol2ligo
sol2ligo copied to clipboard
Tuple unpack for multiple return values of fn call or other tuple
(uint x, , uint y) = f(); (x,y) = (y,x) See more https://solidity.readthedocs.io/en/v0.5.3/control-structures.html