From aaca3175baab6fdd4f8895aa90f35318c87d7567 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Wed, 9 Mar 2016 03:42:36 -0500 Subject: [PATCH] Add other primitive types to the reference Fixes #31628 --- src/doc/reference.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/doc/reference.md b/src/doc/reference.md index 6fb8de78094..c1f8d3d092a 100644 --- a/src/doc/reference.md +++ b/src/doc/reference.md @@ -3283,6 +3283,10 @@ The primitive types are the following: * The boolean type `bool` with values `true` and `false`. * The machine types (integer and floating-point). * The machine-dependent integer types. +* Arrays +* Tuples +* Slices +* Function pointers #### Machine types