Open linxuanm opened 3 weeks ago
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.
Strings.v3
equal
equal(arr1: Range<byte>, arr2: Range<byte>)
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.