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

Refactor Uint::{concat, concat_mixed} #558

Merged
merged 1 commit into from
Jan 16, 2024
Merged

Conversation

tarcieri
Copy link
Member

Does a similar treatment to what #556 and #557 did for split* methods, moving concat_mixed to be a method on Uint that accepts &self, making the method public, and redefining Uint::concat generically with bounds on Self: Concat.

Does a similar treatment to what #556 and #557 did for `split*` methods,
moving `concat_mixed` to be a method on `Uint` that accepts `&self`,
making the method public, and redefining `Uint::concat` generically with
bounds on `Self: Concat`.
@tarcieri tarcieri merged commit 8f4c7f5 into master Jan 16, 2024
15 checks passed
@tarcieri tarcieri deleted the uint/refactor-concat-mixed branch January 16, 2024 18:51
@tarcieri tarcieri mentioned this pull request Jan 22, 2025
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