Create a {@code Varargs} instance containing arguments starting at index {@code start}
@param start the index from which to include arguments, where 1 is the first argument.
@return Varargs containing argument { start, start+1, ... , narg-start-1 }
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.