isPurelyCallableWith

Check if fun is a function purely callable with arguments T.

enum bool isPurelyCallableWith(alias fun, T...);

Meta