You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLJS-2799: Handle nth on seqables with negative indexes
This adds a negative-index check to nth, prior to calling
linear-traversal-nth. (The check could concievably be done inside
linear-traversal-nth, but that would be less efficient as that function
recurs on itself and the check would then be made on each loop.)
0 commit comments