authorgravatar for kjs@scheibo.comKirk Scheibelhut <kjs@scheibo.com> 2022-04-08 15:25:22-07:00
committergravatar for mail@isaacfreund.comIsaac Freund <mail@isaacfreund.com> 2022-04-09 12:48:36+02:00
log971ef7b9c2d67ee849e252e75b79ee1e1ef3da6f
tree38dc7a5ac0203aa10ec1c137e60a652209d0e41c
parent531d5b213f5cc7450c56bea3fc2050dda5794067

Remove primitive values from keyword reference

5a53ab28 removed these as keywords, and the Primitive Values section of the docs already exists to describe them.

1 files changed, 0 insertions(+), 44 deletions(-)

doc/langref.html.in-44
...@@ -11955,17 +11955,6 @@ fn readU32Be() u32 {}...@@ -11955,17 +11955,6 @@ fn readU32Be() u32 {}
11955 </ul>11955 </ul>
11956 </td>11956 </td>
11957 </tr>11957 </tr>
11958 <tr>
11959 <th scope="row">
11960 <pre>{#syntax#}false{#endsyntax#}</pre>
11961 </th>
11962 <td>
11963 The boolean value {#syntax#}false{#endsyntax#}.
11964 <ul>
11965 <li>See also {#link|Primitive Values#}</li>
11966 </ul>
11967 </td>
11968 </tr>
11969 <tr>11958 <tr>
11970 <th scope="row">11959 <th scope="row">
11971 <pre>{#syntax#}fn{#endsyntax#}</pre>11960 <pre>{#syntax#}fn{#endsyntax#}</pre>
...@@ -12041,17 +12030,6 @@ fn readU32Be() u32 {}...@@ -12041,17 +12030,6 @@ fn readU32Be() u32 {}
12041 </ul>12030 </ul>
12042 </td>12031 </td>
12043 </tr>12032 </tr>
12044 <tr>
12045 <th scope="row">
12046 <pre>{#syntax#}null{#endsyntax#}</pre>
12047 </th>
12048 <td>
12049 The optional value {#syntax#}null{#endsyntax#}.
12050 <ul>
12051 <li>See also {#link|null#}</li>
12052 </ul>
12053 </td>
12054 </tr>
12055 <tr>12033 <tr>
12056 <th scope="row">12034 <th scope="row">
12057 <pre>{#syntax#}or{#endsyntax#}</pre>12035 <pre>{#syntax#}or{#endsyntax#}</pre>
...@@ -12190,17 +12168,6 @@ fn readU32Be() u32 {}...@@ -12190,17 +12168,6 @@ fn readU32Be() u32 {}
12190 </ul>12168 </ul>
12191 </td>12169 </td>
12192 </tr>12170 </tr>
12193 <tr>
12194 <th scope="row">
12195 <pre>{#syntax#}true{#endsyntax#}</pre>
12196 </th>
12197 <td>
12198 The boolean value {#syntax#}true{#endsyntax#}.
12199 <ul>
12200 <li>See also {#link|Primitive Values#}</li>
12201 </ul>
12202 </td>
12203 </tr>
12204 <tr>12171 <tr>
12205 <th scope="row">12172 <th scope="row">
12206 <pre>{#syntax#}try{#endsyntax#}</pre>12173 <pre>{#syntax#}try{#endsyntax#}</pre>
...@@ -12214,17 +12181,6 @@ fn readU32Be() u32 {}...@@ -12214,17 +12181,6 @@ fn readU32Be() u32 {}
12214 </ul>12181 </ul>
12215 </td>12182 </td>
12216 </tr>12183 </tr>
12217 <tr>
12218 <th scope="row">
12219 <pre>{#syntax#}undefined{#endsyntax#}</pre>
12220 </th>
12221 <td>
12222 {#syntax#}undefined{#endsyntax#} can be used to leave a value uninitialized.
12223 <ul>
12224 <li>See also {#link|undefined#}</li>
12225 </ul>
12226 </td>
12227 </tr>
12228 <tr>12184 <tr>
12229 <th scope="row">12185 <th scope="row">
12230 <pre>{#syntax#}union{#endsyntax#}</pre>12186 <pre>{#syntax#}union{#endsyntax#}</pre>