Skip to content

Better ArrayIter.

Matthieu Gautier requested to merge better_rawvalue_iter into main

Use a enum to store the current status of the ArrayIter. This allow us to do (almost) a simple match to do the iteration instead of doing some complex (and extensive extend.store.get_data) operation at each step.

Merge request reports