mirror of
https://github.com/ziglang/zig.git
synced 2025-12-28 09:03:21 +00:00
childType: add optional_single_{mut,const}_pointer
This commit is contained in:
parent
3d528161c8
commit
3794a32d89
@ -2485,6 +2485,8 @@ pub const Type = extern union {
|
||||
.vector => ty.castTag(.vector).?.data.elem_type,
|
||||
.array => ty.castTag(.array).?.data.elem_type,
|
||||
.array_sentinel => ty.castTag(.array_sentinel).?.data.elem_type,
|
||||
.optional_single_mut_pointer,
|
||||
.optional_single_const_pointer,
|
||||
.single_const_pointer,
|
||||
.single_mut_pointer,
|
||||
.many_const_pointer,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user