Creates an abstract argument.
function abstract_arg(string $description) : AbstractArgument { return new AbstractArgument($description); }