genMoveArgument

A CTFE function for generating a mixin string of a function call moving arguments

@safe pure
string
genMoveArgument
(
size_t numArgs
,
string callString
,,
string ret = null
)

Parameters

numArgs size_t

number of arguments in generated function call

callString string

the string used to call the function

argumentString string

the string used to specify a specific argument

ret string

optional variable to receive the function's return

Meta