minArgs

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

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

Members

Variables

minArgs
enum size_t minArgs;
Undocumented in source.

Meta