v7.4.0
Adds support for variadic parameters on non-overloaded operations.
Fixes iterable objects' generated values() methods to be equal to Array.prototype[Symbol.iterator], instead of to Array.prototype.values, since Node/V8 do not implement Array.prototype.values.
Finishes out the README documentation, most notably for indexed and named properties, and overloads.