isSomeFunction

Detect whether symbol or type T is a function, a function pointer or a delegate.

enum bool isSomeFunction(alias T);

Return Value

A $(D_KEYWORD bool)

Meta