ToonVanHove

Results 3 comments of ToonVanHove

As a side note, this also causes some funky stuff when used as array index: ```vyper CONST: constant(int128) = 1 @external def foo(): array: uint256[10] = empty(uint256[10]) a: int128 =...

I've added it to both the opcode table and the cheatsheet. Let me know if you'd like any further changes!