Expand description
Idiomatic iterator for RunArray
Structsยง
- The
RunArrayIter
provides 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.
Idiomatic iterator for RunArray
RunArrayIter
provides 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.