We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 571ce8a commit 435e967Copy full SHA for 435e967
active/0000-slice-notation.md
@@ -14,6 +14,9 @@ This RFC adds *overloaded slice notation*:
14
15
via two new traits, `Slice` and `SliceMut`.
16
17
+It also changes the notation for range `match` patterns to `...`, to
18
+signify that they are inclusive whereas `..` in slices are exclusive.
19
+
20
# Motivation
21
22
There are two primary motivations for introducing this feature.
0 commit comments