二元組箭頭表達式背後的語法糖

二元組表達式除了標準的小括號表達方式:("a","b") 還能夠有箭頭表達式:"a"->"b",看看背後是怎麼被翻譯的:性能 在 Predef裏定義了從類型A隱式轉換到 ArrowAssoc 的方法:scala @deprecated("use `ArrowAssoc`", "2.11.0") def any2ArrowAssoc[A](x: A): ArrowAssoc[A]
相關文章
相關標籤/搜索