minArgs

Finds the minimal number of arguments a given function needs to be provided

template minArgs (
alias fn
fnT = typeof(&fn)
) {
enum size_t minArgs;
}

Meta