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
incorrectly using lastIndexOf, when should be using deduced search func
since there is no reverse indexOf nor lastIndexOf allows end boundary,
adjust buffer end pointer manually by swapping it w/ the found one
plus, reinit read ptr after possibly changing buffer() location
0 commit comments