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
As mentioned in (#48), I think description and init?(_ description: String) need a specified format to be generically useful and the only reasonable option, really, is the base 10 ASCII format. NBKBinaryInteger already requires description(radix:uppercase:) and init?(_ description: String, radix: Int) so I can add default implementations in a protocol extension.
The text was updated successfully, but these errors were encountered:
As mentioned in (#48), I think
description
andinit?(_ description: String)
need a specified format to be generically useful and the only reasonable option, really, is the base 10 ASCII format. NBKBinaryInteger already requiresdescription(radix:uppercase:)
andinit?(_ description: String, radix: Int)
so I can add default implementations in a protocol extension.The text was updated successfully, but these errors were encountered: