Method.returnStatementCode

Undocumented in source.
struct Method(string Mptr, R, string ID, uint FA, string[] SCM, T...)
enum returnStatementCode = is(ReturnType == void) ? "" : "return";

Meta