Use.args

The first argument will be the delegate that performs some arbitrary operation. The rest of the arguments will be pass as arguments to the delegate in "args[0]".

struct Use(ARGS...)
NEW_ARGS args;

Meta