maxArgs

Finds the maximum number of arguments a given function may be provided and/or whether the function has a maximum number of arguments.

template maxArgs (
alias fn
fn_t = typeof(&fn)
) {}

Members

Variables

hasMax
enum bool hasMax;

_

max
enum size_t max;

_

Meta