Return the attribute list as an array of strings.
nothrow pure int answer(); enum model = refract!(answer, "answer"); static assert( model.attributeMixtureArray == ["pure", "nothrow", "@system"]);
See Implementation
Return the attribute list as an array of strings.