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.

Page generated on 2026-08-29.  Report a problem on this page