11.1.4 Constant set inlining

Using the in operator is always more ecient then using the equivalent <>, =, <=, >=, < and > operators. This is because range comparisons can be done more easily with in then with normal comparison operators.