pub fn new<K, J, F>(iter: J, f: F) -> ChunkBy<K, J::IntoIter, F>where J: IntoIterator, F: FnMut(&J::Item) -> K,
Create a new