On Friday, 1 August 2014 at 22:04:38 UTC, Nordlöw wrote:
template isCallableWith(alias fun, T)
{
    enum bool isCallable = is(typeof(fun(T.init))) ||

change the name to "isCallableWith" here

Reply via email to