TypeFunction.attributesApply

For each active attribute (ref/const/nogc/etc) call fp with a void* for the work param and a string representation of the attribute.

class TypeFunction
int
attributesApply
(
void* param
,
int function(
void*
,
const(char)*
)
fp
,
TRUSTformat trustFormat = TRUSTformatDefault
)

Meta