Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Req. base 10 ASCII description #49

Closed
oscbyspro opened this issue Aug 8, 2023 · 1 comment
Closed

Req. base 10 ASCII description #49

oscbyspro opened this issue Aug 8, 2023 · 1 comment
Labels
documentation please write it down
Milestone

Comments

@oscbyspro
Copy link
Owner

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.

@oscbyspro oscbyspro added the documentation please write it down label Aug 8, 2023
@oscbyspro oscbyspro added this to the v0.9.0 milestone Aug 8, 2023
@oscbyspro oscbyspro changed the title Req. base 10 ASCII description format Req. base 10 ASCII description Aug 8, 2023
@oscbyspro
Copy link
Owner Author

oscbyspro commented Aug 8, 2023

An extra init?(_ description: String) default is required in NBKFixedWidthInteger because Swift.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation please write it down
Projects
None yet
Development

No branches or pull requests

1 participant