Function genMoveArgument

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

string genMoveArgument (
  ulong numArgs,
  string callString,
  string argumentString,
  string ret = null
) pure @safe;

Parameters

NameDescription
numArgs number of arguments in generated function call
callString the string used to call the function
argumentString the string used to specify a specific argument
ret optional variable to receive the function's return