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

Add show method containing type info #52

Merged
merged 2 commits into from
Oct 21, 2022
Merged

Add show method containing type info #52

merged 2 commits into from
Oct 21, 2022

Conversation

nickrobinson251
Copy link
Collaborator

  • so e.g. repr(s) shows how to construct s
    julia> s = String3("abc");
    
    julia> println(repr(s))
    String3("abc")
    

@nickrobinson251 nickrobinson251 mentioned this pull request Oct 13, 2022
Copy link
Member

@quinnj quinnj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I like it. Add a test so we're exercising the code path for coverage?

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

Successfully merging this pull request may close these issues.

None yet

2 participants