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

Update Bits from u32 to u64 #189

Merged
merged 2 commits into from
Aug 23, 2023
Merged

Update Bits from u32 to u64 #189

merged 2 commits into from
Aug 23, 2023

Conversation

bitzoic
Copy link
Member

@bitzoic bitzoic commented Aug 23, 2023

Type of change

  • Improvement (refactoring, restructuring repository, cleaning tech debt, ...)

Changes

The following changes have been made:

  • Updates the returning value for bits() from a u32 to a u64. This change was made in the standard library and the same is being done here.

@bitzoic bitzoic added Improvement Enhancing a feature that already exists Lib: Math Label used to filter for the library issue labels Aug 23, 2023
@bitzoic bitzoic requested a review from a team as a code owner August 23, 2023 17:23
@bitzoic bitzoic self-assigned this Aug 23, 2023
@bitzoic bitzoic merged commit 027ff29 into master Aug 23, 2023
3 checks passed
@bitzoic bitzoic deleted the signed_integers_bits branch August 23, 2023 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement Enhancing a feature that already exists Lib: Math Label used to filter for the library issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants