lazyset: directly use __contains__ instead of a lambda
We apply the same speedup as in spanset, getting rid of the useless lambda. (No new timing, as this is the very same change)
Loading
Please register or sign in to comment
We apply the same speedup as in spanset, getting rid of the useless lambda. (No new timing, as this is the very same change)