We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a296933 commit 4f857a9Copy full SHA for 4f857a9
src/types/tuple.md
@@ -27,6 +27,7 @@ Its one value is also called *unit* or *the unit value*.
27
Some examples of tuple types:
28
29
* `()` (unit)
30
+* `(i32, )` (1-ary tuple)
31
* `(f64, f64)`
32
* `(String, i32)`
33
* `(i32, String)` (different type from the previous example)
0 commit comments