We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 568ed6a commit 5b9a48dCopy full SHA for 5b9a48d
text/0000-rename-connect-to-join.md
@@ -41,6 +41,10 @@ all functional-ish languages.
41
Note that Rust also has `.concat()` in `SliceConcatExt`, which is a specialized
42
version of `.connect()` that uses an empty string as a separator.
43
44
+Another reason is that the term "join" already has similar usage in the standard
45
+library. There are `std::path::Path::join` and `std::env::join_paths` which are
46
+used to join the paths.
47
+
48
# Detailed design
49
50
While the `SliceConcatExt` trait is unstable, the `.connect()` method itself is
0 commit comments