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
The names of nextind, prevind and thisind are not in line with the rest of Julia's naming conventions.
From the style guide:
conciseness is valued, but avoid abbreviation (indexin rather than indxin) as it becomes difficult to remember whether and how particular words are abbreviated.
Also, the other index operations like firstindex, lastindex, eachindex, getindex, setindex! and checkindex do not use the abbreviated form of "index".