SliceConcatExt has a method named .connect(), which is similar to .join() in other languages. I don't have any specific numbers, but "join" seems to be used more widely.
We could not use "join" because it was previously a keyword. Now it isn't, and SliceConcatExt is currently marked as unstable, so how about renaming the method to a more popular name?
One blocker is that SliceConcatExt is already exported to the prelude. So, although it is technically unstable, the change will still break the currently accepted beta-compatible code.
Will this require a RFC?
cc http://www.reddit.com/r/rust/comments/336rj3/whats_the_best_way_to_join_strings_with_a_space/
SliceConcatExthas a method named.connect(), which is similar to.join()in other languages. I don't have any specific numbers, but "join" seems to be used more widely.We could not use "join" because it was previously a keyword. Now it isn't, and
SliceConcatExtis currently marked as unstable, so how about renaming the method to a more popular name?One blocker is that
SliceConcatExtis already exported to the prelude. So, although it is technically unstable, the change will still break the currently accepted beta-compatible code.Will this require a RFC?
cc http://www.reddit.com/r/rust/comments/336rj3/whats_the_best_way_to_join_strings_with_a_space/