| ... | @@ -9655,7 +9655,7 @@ test "integer truncation" { | ... | @@ -9655,7 +9655,7 @@ test "integer truncation" { |
| 9655 | {#header_close#} | 9655 | {#header_close#} |
| 9656 | | 9656 | |
| 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 information | 9660 | 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> |