Expand description
Implementation of InternalMerge for Vec<(D, T, R)>.
Note: The VecMerger type implements Merger directly and avoids
cloning by draining inputs. This InternalMerge impl is retained
because reduce requires Builder::Input: InternalMerge.