Determines the return type of the callable F.
A callable object.
Return type of F.
static assert(is(ReturnType!(int delegate()) == int)); static assert(is(ReturnType!(bool function()) == bool));
See Implementation
Determines the return type of the callable F.