Convert Vec to Pipeline Iterator
This change will convert the existing pipeline collector in the grammar into an Iterator
to eliminate heap allocations caused by pushing to a Vec
.
This change will convert the existing pipeline collector in the grammar into an Iterator
to eliminate heap allocations caused by pushing to a Vec
.