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
For consistency with CharSequence.indexOf (which out functions are mimicking), Source.indexOf(BS, Int) and Buffer.indexOf(BS, Int) should return a start index (0, by default) when byte string to search is empty.
Currently, both functions return 0 (disregard startIndex value).