len: u32
child: Type
pub const Vector = extern struct { len: u32, child: Type, fn length(self: Vector) u32 { return self.len; } pub const Kind = enum { normal, scalable }; }
Press escape to exit search and then '?' to see more options.