Function Optional.opCall

If there's a value that's callable it will be called else it's a noop

auto opCall(Args...) (
  Args args
)
if (from.std.traits.isCallable!T);

Returns

Optional value of whatever T(args) returns