mirror of
https://github.com/ziglang/zig.git
synced 2026-02-19 15:58:50 +00:00
Remove primitive values from keyword reference
5a53ab28 removed these as keywords, and the Primitive Values section of the docs already exists to describe them.
This commit is contained in:
parent
531d5b213f
commit
971ef7b9c2
@ -11955,17 +11955,6 @@ fn readU32Be() u32 {}
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<pre>{#syntax#}false{#endsyntax#}</pre>
|
||||
</th>
|
||||
<td>
|
||||
The boolean value {#syntax#}false{#endsyntax#}.
|
||||
<ul>
|
||||
<li>See also {#link|Primitive Values#}</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<pre>{#syntax#}fn{#endsyntax#}</pre>
|
||||
@ -12041,17 +12030,6 @@ fn readU32Be() u32 {}
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<pre>{#syntax#}null{#endsyntax#}</pre>
|
||||
</th>
|
||||
<td>
|
||||
The optional value {#syntax#}null{#endsyntax#}.
|
||||
<ul>
|
||||
<li>See also {#link|null#}</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<pre>{#syntax#}or{#endsyntax#}</pre>
|
||||
@ -12190,17 +12168,6 @@ fn readU32Be() u32 {}
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<pre>{#syntax#}true{#endsyntax#}</pre>
|
||||
</th>
|
||||
<td>
|
||||
The boolean value {#syntax#}true{#endsyntax#}.
|
||||
<ul>
|
||||
<li>See also {#link|Primitive Values#}</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<pre>{#syntax#}try{#endsyntax#}</pre>
|
||||
@ -12214,17 +12181,6 @@ fn readU32Be() u32 {}
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<pre>{#syntax#}undefined{#endsyntax#}</pre>
|
||||
</th>
|
||||
<td>
|
||||
{#syntax#}undefined{#endsyntax#} can be used to leave a value uninitialized.
|
||||
<ul>
|
||||
<li>See also {#link|undefined#}</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<pre>{#syntax#}union{#endsyntax#}</pre>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user