Delegate.type

Undocumented in source.
union Delegate(FT)
enum type = "alias T = " ~ FT.stringof.replace("function", "delegate") ~ ";";

Meta