Determines the type of the callable F.
A function.
Type of the function F.
static assert(is(FunctionTypeOf!(void function()) == function)); static assert(is(FunctionTypeOf!(() {}) == function));
See Implementation
Determines the type of the callable F.