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

List.join #30

Open
praveenperera opened this issue Sep 22, 2018 · 0 comments
Open

List.join #30

praveenperera opened this issue Sep 22, 2018 · 0 comments

Comments

@praveenperera
Copy link

praveenperera commented Sep 22, 2018

List.join to work with fast pipe -> operator

  let join = (listOfStrings: list(string), joiner: string): string =>
    String.concat(joiner, listOfStrings);

My current implementation is above, don't know about its performance.

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

No branches or pull requests

1 participant