Golang奇葩點

本文即Go語言的那些坑二。git Golang中函數被看作是值,函數值不能夠比較,也不能夠做爲map的key 請問如下代碼能編譯經過嗎?github import ( "fmt" ) func main(){ array := make(map[int]func ()int) array[func()int{ return 10}()] = func()int{ return 12
相關文章
相關標籤/搜索