In Swift, we must specify the type for Character variables(because there’s no Character literals): let eol: Character = “\n” it's not a big problem, but, Is it the unique case that can’t use type infer?