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

Define Char * String and Char * Char methods #22512

Closed
musm opened this issue Jun 24, 2017 · 0 comments
Closed

Define Char * String and Char * Char methods #22512

musm opened this issue Jun 24, 2017 · 0 comments
Labels
domain:strings "Strings!" good first issue Indicates a good issue for first-time contributors to Julia

Comments

@musm
Copy link
Contributor

musm commented Jun 24, 2017

Define methods for:
Char * String, e.g. 'a' * "b" === "ab"
Char * Char, e.g. 'a' * 'b' === "ab"
that return String for convenience

@ararslan ararslan added good first issue Indicates a good issue for first-time contributors to Julia domain:strings "Strings!" labels Jun 24, 2017
@musm musm closed this as completed Jul 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:strings "Strings!" good first issue Indicates a good issue for first-time contributors to Julia
Projects
None yet
Development

No branches or pull requests

2 participants