v0.27.0 - New Iterator Baseclass
[0.27.0] - 2023-11-09
Added
- The TypedIterator (introduced in 0.26.0) now hase a base class (BaseTypedIterator), that can be used to implement
custom iterators that can get custom inputs to theiterate
method, that are then further processed before the actual
iteration.