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

Support negative index values #154

Merged
merged 6 commits into from
Sep 2, 2023
Merged

Support negative index values #154

merged 6 commits into from
Sep 2, 2023

Conversation

KodrAus
Copy link
Collaborator

@KodrAus KodrAus commented Sep 1, 2023

This PR supports creating Indexes with negative values. We store the index value as an i128, but only exposes up to 64bit values so we can fit both signed and unsigned variants without truncation.

@KodrAus KodrAus merged commit a6b9df9 into main Sep 2, 2023
38 checks passed
@KodrAus KodrAus deleted the feat/negative-index branch September 17, 2023 22:23
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

Successfully merging this pull request may close these issues.

1 participant