authorgravatar for pierre.curto@gmail.comPierre Curto <pierre.curto@gmail.com> 2022-06-25 10:59:17+02:00
committergravatar for git@vexu.euVeikka Tuominen <git@vexu.eu> 2022-06-27 19:48:52+03:00
log76f83282776151bd79715c4c00d13d06de633354
tree53e6a1b51b517343403cdfefb63e8a92ae1b85d5
parent08459ff1c21d546c55e2ae954126e121ee88972e

doc: update std.builtin.TypeInfo to std.builtin.Type


1 files changed, 2 insertions(+), 2 deletions(-)

doc/langref.html.in+2-2
...@@ -9655,7 +9655,7 @@ test "integer truncation" {...@@ -9655,7 +9655,7 @@ test "integer truncation" {
9655 {#header_close#}9655 {#header_close#}
96569656
9657 {#header_open|@Type#}9657 {#header_open|@Type#}
9658 <pre>{#syntax#}@Type(comptime info: std.builtin.TypeInfo) type{#endsyntax#}</pre>9658 <pre>{#syntax#}@Type(comptime info: std.builtin.Type) type{#endsyntax#}</pre>
9659 <p>9659 <p>
9660 This function is the inverse of {#link|@typeInfo#}. It reifies type information9660 This function is the inverse of {#link|@typeInfo#}. It reifies type information
9661 into a {#syntax#}type{#endsyntax#}.9661 into a {#syntax#}type{#endsyntax#}.
...@@ -9697,7 +9697,7 @@ test "integer truncation" {...@@ -9697,7 +9697,7 @@ test "integer truncation" {
9697 </ul>9697 </ul>
9698 {#header_close#}9698 {#header_close#}
9699 {#header_open|@typeInfo#}9699 {#header_open|@typeInfo#}
9700 <pre>{#syntax#}@typeInfo(comptime T: type) std.builtin.TypeInfo{#endsyntax#}</pre>9700 <pre>{#syntax#}@typeInfo(comptime T: type) std.builtin.Type{#endsyntax#}</pre>
9701 <p>9701 <p>
9702 Provides type reflection.9702 Provides type reflection.
9703 </p>9703 </p>