Looking in the jQuery core I found the following code convention:
nth: function(elem, i, match){ return match[3] - 0 === i; },
And I wa
It really looks like a "performant" parseInt to me.