-
Type: New Feature
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
Implement the bson.Iterator type. The Close method can be removed as there is no use for it. The ReaderIterator type can be used as a reference for implementation. The ReaderIterator currently returns the same ReaderElement pointer and the Iterator type can do the same. If it does, document this behavior.