看板 [ PLT ]
討論串[問題] scala 的 <:<
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者mRiver (月河)時間12年前 (2013/01/22 12:55), 編輯資訊
1
0
0
內容預覽:
請問 scala 的 <:< 是怎麼工作的?. 我看 scala in depth 裡面 P.157 的 peek 範例,. 無法理解編譯器是如何提供 implicit 參述給 peek. 編譯器會自動推導 conforms 的參數嗎?. 謝謝. --. 發信站: 批踢踢實業坊(ptt.cc).

推噓2(2推 0噓 0→)留言2則,0人參與, 最新作者PkmX (阿貓)時間12年前 (2013/01/22 20:22), 編輯資訊
0
0
1
內容預覽:
import Predef.{<:< => _, conforms => _, _}. sealed abstract class <:<[-From, +To] extends (From => To). implicit def conforms[T]: T <:< T = new (T <:<
(還有1148個字)
首頁
上一頁
1
下一頁
尾頁