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

Protocol for flexible-width integers #105

Open
oscbyspro opened this issue Oct 24, 2023 · 0 comments
Open

Protocol for flexible-width integers #105

oscbyspro opened this issue Oct 24, 2023 · 0 comments
Labels
addition oh, so shiny! maybe to do, or not to do?

Comments

@oscbyspro
Copy link
Owner

oscbyspro commented Oct 24, 2023

I'll need a flexible-width integer protocol, in order for NBKSigned<UIntXL> to function as a "BigInt" model (#33) (#81). NBKSigned<Magnitude> is not a binary integer, so it won't conform to it, but it needs to know when the Magnitude does so that it can implement things like add-at-index and whatnot.

@oscbyspro oscbyspro added the addition oh, so shiny! label Oct 24, 2023
@oscbyspro oscbyspro added the maybe to do, or not to do? label Nov 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
addition oh, so shiny! maybe to do, or not to do?
Projects
None yet
Development

No branches or pull requests

1 participant