Skip to content

Conversation

@theirix
Copy link
Contributor

@theirix theirix commented Dec 8, 2025

Which issue does this PR close?

Rationale for this change

  • Add i256::trailing_zeros to align with other integer types - e.g. i128::trailing_zeros
  • Add function documentation
  • Add unit tests

What changes are included in this PR?

Function, docs, unit tests

Are these changes tested?

New unit tests

Are there any user-facing changes?

New function in i256 struct

- Make `i256::trailing_zeros` public to align with other integer types
- Add function documentation
- Add unit tests
@theirix theirix marked this pull request as ready for review December 8, 2025 08:47
@github-actions github-actions bot added the arrow Changes to the arrow crate label Dec 8, 2025
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @theirix -- this looks good to me

@alamb alamb merged commit 422eb29 into apache:main Dec 10, 2025
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

arrow Changes to the arrow crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

arrow-buffer: add i256::trailing_zeros

2 participants