mirror of
https://github.com/ziglang/zig.git
synced 2025-12-30 18:13:19 +00:00
update @typeInfo docs
This commit is contained in:
parent
af3263d7a8
commit
cc490f0026
@ -6295,7 +6295,6 @@ pub const TypeInfo = union(TypeId) {
|
||||
Union: Union,
|
||||
Fn: Fn,
|
||||
Namespace: void,
|
||||
Block: void,
|
||||
BoundFn: Fn,
|
||||
ArgTuple: void,
|
||||
Opaque: void,
|
||||
@ -6315,7 +6314,7 @@ pub const TypeInfo = union(TypeId) {
|
||||
size: Size,
|
||||
is_const: bool,
|
||||
is_volatile: bool,
|
||||
alignment: u29,
|
||||
alignment: u32,
|
||||
child: type,
|
||||
|
||||
pub const Size = enum {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user