On 2/21/13 8:33 AM, Ashish Myles wrote:
O wow, I don't know how I missed that.  Coming from other languages,
though "join" seem to be the common name for this. Even the following
search does not bring up any reference to connect.
http://www.google.com/search?q=site%3Astatic.rust-lang.org%2Fdoc%2F+join
Perhaps a note could be made in the docs indicating that vec::connect()
acts like a vector join with a string separator in various other languages?

We should probably just rename it to `join`. The reason why it's called `connect` is that in ancient versions of Rust `join` was a keyword (to join tasks).

Patrick
_______________________________________________
Rust-dev mailing list
Rust-dev@mozilla.org
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to