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 think it's reasonable to expect all integers to implement their own text de/encoding methods. It's such an easily forgettable constraint, otherwise. Ideally, these customization points would already be required by BinaryInteger, but they aren't (#60).
The text was updated successfully, but these errors were encountered:
Correction: Swift's text de/encoding methods are declared as extensions on FixedWidthInteger. I noticed this when I tried to forward a default implementation from ANKBinaryInteger. I suppose I'll do it from ANKFixedWidthInteger instead.
I think it's reasonable to expect all integers to implement their own text de/encoding methods. It's such an easily forgettable constraint, otherwise. Ideally, these customization points would already be required by BinaryInteger, but they aren't (#60).
The text was updated successfully, but these errors were encountered: