go

Iterate over 2 strings in go

英文: Iterate over 2 strings in go 问题 我想逐个比较两个字符串的符文,以确定它们在任意字母顺序中的先后顺序。 目前我有这个实现,它在map[rune]int中存储了表示...