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 AKNSign can easily be replaced by Swift.FloatingPointSign (or even Bool). The only commonly used operation is xor which maps to !=. ANKSigned is neat, on the other hand, but I think it belongs in ANKSignedKit (unsurprisingly). What I still have to decide is whether ANKFixedWidthInteger needs init methods like exactly(sign:magnitude:) outside of ANKSignedKit.
I think
AKNSigncan easily be replaced bySwift.FloatingPointSign(or evenBool). The only commonly used operation isxorwhich maps to!=.ANKSignedis neat, on the other hand, but I think it belongs inANKSignedKit(unsurprisingly). What I still have to decide is whetherANKFixedWidthIntegerneeds init methods likeexactly(sign:magnitude:)outside ofANKSignedKit.