Return a new Function object with the name attribute set to value.
pure @nogc int answer(); mixin(refract!(answer, "answer").withName("ultimateAnswer").mixture); static assert( __traits(getAttributes, ultimateAnswer) == __traits(getAttributes, answer));
See Implementation
Return a new Function object with the name attribute set to value.