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 provide three quotientAndRemainder(dividingBy:) defaults in NBKBinaryInteger.swift, which is one more than you'd expect. That's because the core integers do not compile without the where Self == Digit version. I think its an inelegant solution, but I'm not quite sure how to resolve it. If you've got any ideas, let me know.
I provide three
quotientAndRemainder(dividingBy:)
defaults in NBKBinaryInteger.swift, which is one more than you'd expect. That's because the core integers do not compile without thewhere Self == Digit
version. I think its an inelegant solution, but I'm not quite sure how to resolve it. If you've got any ideas, let me know.The text was updated successfully, but these errors were encountered: