ParamFunctor

struct ParamFunctor (
alias distrib
) {
ParameterTypeTuple!(distrib)[1..$] parameters;
}

Meta