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
In Strings.v3, should functions such as equal (here) be replaced with equal(arr1: Range<byte>, arr2: Range<byte>)? I believe this can also be done in other places where the string isn't mutated.
The text was updated successfully, but these errors were encountered:
linxuanm
changed the title
[libs] Immutable string should be replaced with Range<byte>
[libs] Replacing immutable string with Range<byte>Oct 27, 2024
In
Strings.v3
, should functions such asequal
(here) be replaced withequal(arr1: Range<byte>, arr2: Range<byte>)
? I believe this can also be done in other places where the string isn't mutated.The text was updated successfully, but these errors were encountered: