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
anonymous via Digitalmars-d-learn Fri, 01 Aug 2014 15:31:26 -0700
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