Removes all the attributes from compile-time entity that is given as the only argument
void f0() @safe {} void f1() @system {} static assert(is(RemoveAttributes!f1 == RemoveAttributes!f0));
See Implementation
Removes all the attributes from compile-time entity that is given as the only argument