Abstract
An iterator for a set of values to be used during Design-Space Exploration.
The number of values returned by a call to next(). A value of one means one value, a value greater than one means an array with that amount of values.
the type of this DseValues.
true if it has another element to return.
the next element.
Resets the iterator.
An iterator for a set of values to be used during Design-Space Exploration.