Function calculate_statistics

Source
pub fn calculate_statistics<I>(results: I) -> ReplaceStats
where I: IntoIterator<Item = SearchResult>,