How to create a bidirectional map in Golang?

前端 未结 0 1432
半阙折子戏
半阙折子戏 2021-01-13 16:30

x := map[string]string{"A": "T", S": "G}

So x["G"] // S

"S" should return.

相关标签:
回答
  • 消灭零回复
提交回复
热议问题