We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca4fda commit e2e29c8Copy full SHA for e2e29c8
proposals/LE-003-string-concatenation.md
@@ -29,9 +29,12 @@ This allows comparisions of concatenated strings.
29
30
## Changes to the Standard Library
31
32
-Only implementations are affected.
33
`strings.concat` will still be available, and will never be deprecated.
34
+Implementations of string related functions should use `..` internally.
35
+
36
+Deprecation of `String.append`.
37
38
## Alternatives Considered
39
40
We could overload `+`. But due to the dynamic typing it may be confusing in practice.
0 commit comments