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
All "large integer" protocol were merged into "ANKBinaryInteger" and "ANKFixedWidthInteger" (#89). The thought behind this decision was making the project easier to reason about. Additionally, it resulted in a project that compiles 40% faster.
❌ ANKLargeBinaryInteger
❌ ANKLargeFixedWidthInteger
❌ ANKSignedLargeBinaryInteger
❌ ANKSignedLargeFixedWidthInteger
❌ ANKUnsignedLargeBinaryInteger
❌ ANKUnsignedLargeFixedWidthInteger
The text was updated successfully, but these errors were encountered:
All "large integer" protocol were merged into "ANKBinaryInteger" and "ANKFixedWidthInteger" (#89). The thought behind this decision was making the project easier to reason about. Additionally, it resulted in a project that compiles 40% faster.
The text was updated successfully, but these errors were encountered: