isFunctionOver.Pairs

Undocumented in source.
template isFunctionOver(T...)
static if(Types.length >= 1)
static if(isSomeFunction!(Types[0]))
static if(DesiredParams.length == ExpectedParams.length)
static if(!(DesiredParams.length == 0))
alias Pairs = Zip!(ExpectedParams, DesiredParams)

Meta