We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a296933 + 4813444 commit c3bfa67Copy full SHA for c3bfa67
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