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 {}
1195511955 </ul>
1195611956 </td>
1195711957 </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>
1196911958 <tr>
1197011959 <th scope="row">
1197111960 <pre>{#syntax#}fn{#endsyntax#}</pre>
......@@ -12041,17 +12030,6 @@ fn readU32Be() u32 {}
1204112030 </ul>
1204212031 </td>
1204312032 </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>
1205512033 <tr>
1205612034 <th scope="row">
1205712035 <pre>{#syntax#}or{#endsyntax#}</pre>
......@@ -12190,17 +12168,6 @@ fn readU32Be() u32 {}
1219012168 </ul>
1219112169 </td>
1219212170 </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>
1220412171 <tr>
1220512172 <th scope="row">
1220612173 <pre>{#syntax#}try{#endsyntax#}</pre>
......@@ -12214,17 +12181,6 @@ fn readU32Be() u32 {}
1221412181 </ul>
1221512182 </td>
1221612183 </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>
1222812184 <tr>
1222912185 <th scope="row">
1223012186 <pre>{#syntax#}union{#endsyntax#}</pre>