symbol_struct_addField

Add a field to a struct s. Input: s the struct symbol name field name t the type of the field offset offset of the field

version(COMPILE)
extern (C++) nothrow
void
symbol_struct_addField
(,
const(char)* name
,,
uint offset
)

Meta