Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libs] Replacing immutable string with Range<byte> #291

Open
linxuanm opened this issue Oct 27, 2024 · 0 comments
Open

[libs] Replacing immutable string with Range<byte> #291

linxuanm opened this issue Oct 27, 2024 · 0 comments

Comments

@linxuanm
Copy link
Contributor

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.

@linxuanm linxuanm changed the title [libs] Immutable string should be replaced with Range<byte> [libs] Replacing immutable string with Range<byte> Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant