Module iterators

Source
Expand description

Record container iterators, for manipulating iterators of Records and converting back to Record containers.

Structs§

AsRecords
A wrapper around another iterator of record data and a history for that iterator’s data that iterates though each element in the iterator as a Record instead.
InconsistentHistory
An error due to trying to create a RecordContainer with record data that has more than one history. Since RecordContainer stores the history once for all records it contains, it cannot support constants + variables or variables from multiple WengertLists.

Enums§

InvalidRecordIteratorError
An error due to an invalid record iterator. One of three cases