Support for byte/int/int64/uint64 arrays with operators, .e.g, ``` [1] in [1, 2, 3, 4, 5, 6] ``` ``` [1, 2, 3, 4, 5, 6] starts with [1] ```
Support for byte/int/int64/uint64 arrays with operators, .e.g,