Creates a generator that yields all values from the source iterable followed by all values from appendValues.
The values to append after the source iterable
A generator function that takes a source iterable and yields all its values followed by appendValues
Values from the source iterable followed by values from appendValues
Creates a generator that yields all values from the source iterable followed by all values from appendValues.