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