Skip to content

Commit aaca317

Browse files
committed
Add other primitive types to the reference
Fixes #31628
1 parent c97524b commit aaca317

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/doc/reference.md

+4
Original file line numberDiff line numberDiff line change
@@ -3283,6 +3283,10 @@ The primitive types are the following:
32833283
* The boolean type `bool` with values `true` and `false`.
32843284
* The machine types (integer and floating-point).
32853285
* The machine-dependent integer types.
3286+
* Arrays
3287+
* Tuples
3288+
* Slices
3289+
* Function pointers
32863290

32873291
#### Machine types
32883292

0 commit comments

Comments
 (0)