You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a good bit of code duplication implementing Iterator for all the Table/TableRef row types.
This implementation code should just be a macro: the types backing the iterators are only accessed by their Iterator behavior.
The text was updated successfully, but these errors were encountered:
There's a good bit of code duplication implementing
Iterator
for all the Table/TableRef row types.This implementation code should just be a macro: the types backing the iterators are only accessed by their
Iterator
behavior.The text was updated successfully, but these errors were encountered: