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

Change from BigUInt to BigInt #10

Merged
merged 1 commit into from
Apr 7, 2024
Merged

Change from BigUInt to BigInt #10

merged 1 commit into from
Apr 7, 2024

Conversation

hesampakdaman
Copy link
Owner

@hesampakdaman hesampakdaman commented Apr 7, 2024

Changes

Prefer the type BigInt to BigUint because of support for many more operators. Although we lose the type safety of ensuring usage of non-negative numbers, we are willing to sacrifice that to get some more flexibility.

  • Switch from BigUint to BigInt throught the repository.

@hesampakdaman hesampakdaman merged commit 063da36 into main Apr 7, 2024
1 check passed
@hesampakdaman hesampakdaman deleted the to-bigint branch April 7, 2024 13:30
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