Numberick icon indicating copy to clipboard operation
Numberick copied to clipboard

Protocol for flexible-width integers

Open oscbyspro opened this issue 2 years ago • 0 comments

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 avatar Oct 24 '23 10:10 oscbyspro