fn move_sequence( from: i32, to: i32, positive: char, negative: char, ) -> impl Iterator<Item = char>