Function QueryParams.argsFromArray

Fills out arguments from array

void argsFromArray (
  in const(string[]) arr
) @property @safe;

Useful for simple text-only query params Postgres infers a data type for the parameter in the same way it would do for an untyped literal string.