Tuple types where all elements have the same type can now be used interchangeable with list types. Here is a concrete example where nTimes returns a tuple but the result is assigned to a list:
On the generator level this level should also be fine as both tuples and lists use the class PVector. I just had to use PVector instead of PVector<Object> in some places.
Tuple types where all elements have the same type can now be used interchangeable with list types. Here is a concrete example where
nTimes
returns a tuple but the result is assigned to a list:On the generator level this level should also be fine as both tuples and lists use the class
PVector
. I just had to usePVector
instead ofPVector<Object>
in some places.