pyd ~master (2018-03-05T17:12:37Z)
Home
Dub
Repo
minArgs
pyd
func_wrap
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
Source
See Implementation
pyd
func_wrap
functions
dg_wrapper
supportsNArgs
templates
fn_to_dg
getparams
maxArgs
minArgs
Finds the minimal number of arguments a given function needs to be provided