[][src]Function stats::merge_all

pub fn merge_all<T: Commute, I: Iterator<Item = T>>(it: I) -> Option<T>

Merges all items in the stream.

If the stream is empty, None is returned.