mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-09 15:19:07 +00:00
update @typeInfo docs
This commit is contained in:
parent
af3263d7a8
commit
cc490f0026
1 changed files with 1 additions and 2 deletions
|
|
@ -6295,7 +6295,6 @@ pub const TypeInfo = union(TypeId) {
|
||||||
Union: Union,
|
Union: Union,
|
||||||
Fn: Fn,
|
Fn: Fn,
|
||||||
Namespace: void,
|
Namespace: void,
|
||||||
Block: void,
|
|
||||||
BoundFn: Fn,
|
BoundFn: Fn,
|
||||||
ArgTuple: void,
|
ArgTuple: void,
|
||||||
Opaque: void,
|
Opaque: void,
|
||||||
|
|
@ -6315,7 +6314,7 @@ pub const TypeInfo = union(TypeId) {
|
||||||
size: Size,
|
size: Size,
|
||||||
is_const: bool,
|
is_const: bool,
|
||||||
is_volatile: bool,
|
is_volatile: bool,
|
||||||
alignment: u29,
|
alignment: u32,
|
||||||
child: type,
|
child: type,
|
||||||
|
|
||||||
pub const Size = enum {
|
pub const Size = enum {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue