Type.modifiersApply

For each active modifier (MODconst, MODimmutable, etc) call fp with a void* for the work param and a string representation of the attribute.

class Type
final
int
modifiersApply
(
void* param
,
int function(
void*
,
const(char)*
)
fp
)

Meta