Building of term::Table from iterator
This patchset introduces a FromIterator for term::Table implementation and makes use of that to collect iterators into term::Table instances.
This reduces cognitive load on the (API-)consuming side as well as it might
be more resource efficient as preallocation of internal Vecs can happen. I
did not measure of course, but still.
This patchset introduces a FromIterator for term::Table implementation and makes use of that to collect iterators into term::Table instances.
This reduces cognitive load on the (API-)consuming side as well as it might
be more resource efficient as preallocation of internal Vecs can happen. I
did not measure of course, but still.
Rebase, small edits.