theirix opened a new pull request, #8969: URL: https://github.com/apache/arrow-rs/pull/8969
# Which issue does this PR close? - Closes #8968. # Rationale for this change - Add `i256::trailing_zeros` to align with other integer types - e.g. [`i128::trailing_zeros`](https://doc.rust-lang.org/std/primitive.i128.html#method.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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
