let mut hour = "sss" let mut min = "lll"
I want to swap hour[0] as string and min[1] as string, how can I do that?