It would technically be faster if we just did one of these checks but it seems like there was intent to do some kind of zip(). (referring to python's zip function)
In case someone in the future changes the above if-statement to be a < rather than a != then this will be safer.
It would technically be faster if we just did one of these checks but it seems like there was intent to do some kind of zip(). (referring to python's zip function)
In case someone in the future changes the above if-statement to be a
<
rather than a!=
then this will be safer.