static if(!(is(typeof(&callable.opCall) == delegate)))
static if(!(is(typeof(&callable.opCall) V : V*) && is(V == function)))
static if(!(is(typeof(&callable.opCall!()) TemplateInstanceType)))
static if(!(is(typeof(&callable!()) TemplateInstanceType)))
Detect whether T is a callable object, which can be called with the function call operator $(LPAREN)...$(RPAREN).