type: Type
assembly: String
constraints: String
pub const Assembly = extern struct { type: Type, assembly: String, constraints: String, pub const Info = packed struct { sideeffect: bool = false, alignstack: bool = false, inteldialect: bool = false, unwind: bool = false, }; }
Press escape to exit search and then '?' to see more options.