fn generate_problems<'a>( consts: &'a [u32], letter_digit: &'a FxHashMap<char, char>, ) -> impl Iterator<Item = u32> + 'a