Module run_iterator
Expand description
Idiomatic iterator for RunArray
Structsยง
- RunArray
Iter - The
RunArrayIterprovides an idiomatic way to iterate over the run array. It returns Some(T) if there is a value or None if the value is null.