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
I have precalc reverse index of a string that I need to cut,
and I want to use setSlice on a string, but it do not take BackwardsIndex, I know is possible to cast it to int,
but would be great an overload to use BackwardsIndex directly, should be doable.
If you have to call aditional functions to use setSlice kinda defeats the purpose of having fast performance.
I have precalc reverse index of a string that I need to cut,
and I want to use
setSlice
on astring
, but it do not takeBackwardsIndex
, I know is possible to cast it toint
,but would be great an overload to use
BackwardsIndex
directly, should be doable.If you have to call aditional functions to use
setSlice
kinda defeats the purpose of having fast performance./cc @xflywind
The text was updated successfully, but these errors were encountered: