pub fn uppercase_and_keyword_backtick_map<R: Rng + 'static>( rng: &mut R, s: Ident, ) -> Ident
Adds backticks if it contains uppercase chars.