pub fn find_tail_cycle<T, W>( count_data: &[HashMap<T, usize>], out: &mut W, ) -> Result<(), Error>where T: Clone + Eq + Hash, W: Write,