[next] [prev] [prev-tail] [tail] [up]
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.
[next] [prev] [prev-tail] [front] [up]