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
Underscore has _.sortedIndex but this could be expanded to _.sortedLastIndex using a shared helper between them both (minimal code increase). This would allow _.lastIndexOf to support binary searches as well.