Several methods on Iterator take a variadic list of iterables. We've got some functions coming up that due to taking additional parameters cannot take variadic iterables parameters, but must take them as lists. For consistency, applies this throughout the codebase.
Several methods on
Iterator
take a variadic list of iterables. We've got some functions coming up that due to taking additional parameters cannot take variadic iterables parameters, but must take them as lists. For consistency, applies this throughout the codebase.