prepare

A small utility function that will resolve method arguments using a locator and look also for annotations on arguments.

prepare
(
alias overload
Args...
)
(,
out Parameters!overload parameters
,
Args args
)

Parameters

locator Locator!()

locator used to prepare list of arguments for function

overload

function for which to prepare arguments. The func itself must not be an overloaded set of functions.

args Args

list of args that should override existing references by type of argument.

Return Value

Type: auto

a tuple with all required arguments prefilled.

Meta