Context.rememberFieldStruct

Tells the context to remember a struct type encountered in an aggregate field. Typically this will be a pointer to a structure but it could also be the return type or parameter types of a function pointer field.

struct Context
void
rememberFieldStruct
@safe pure
(
in string typeSpelling
)

Meta