You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theMagnitude
does so that it can implement things like add-at-index and whatnot.The text was updated successfully, but these errors were encountered: