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
Rename all slice[X] & at[X] & with_at[X] opcodes to slice_front[X] & at_front[X] & with_at_front[X] for all X.
Alias all at_front[X] & at_back[X] with at[X], same for with_at[X] & slice[X].
Some of the ops in question already have an alias (@ & slice) so decide if it should only be done for opcodes that don't or if opcodes with multiple aliases should be implemented.
The text was updated successfully, but these errors were encountered:
slice[X]
&at[X]
&with_at[X]
opcodes toslice_front[X]
&at_front[X]
&with_at_front[X]
for allX
.at_front[X]
&at_back[X]
withat[X]
, same forwith_at[X]
&slice[X]
.@
&slice
) so decide if it should only be done for opcodes that don't or if opcodes with multiple aliases should be implemented.The text was updated successfully, but these errors were encountered: