11.1.4 Constant set inlining

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