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 can get it to compile by adding where High.Magnitude == High to each unsigned conditional conformance:
extensionANKFullWidth:UnsignedIntegerwhere High:UnsignedInteger, High ==High.Magnitude{}extensionANKFullWidth:ANKUnsignedIntegerwhere High:ANKUnsignedInteger, High ==High.Magnitude{}extensionANKFullWidth:ANKUnsignedFixedWidthIntegerwhere High:ANKUnsignedFixedWidthInteger, High ==High.Magnitude{}
Edit: the same type clause is only required for UnsignedInteger. I think the compiler needs a vacation.
Many things would be simpler if all unsigned integers had this requirement:
where Magnitude == Self
But I get the following ever-so-unhelpful error in ANKFullWidthKit when I add it:
The text was updated successfully, but these errors were encountered: