callWithNamedArguments

Calls the given function with named arguments

void
callWithNamedArguments
(
alias func
string args
)
()

Parameters

func

an alias to the function to call

args

a string containing the arguments to call using this syntax: arg2=value,arg1="value"

Meta