问一下这个用法

shivawu 2011-06-01
在2.9版本里面的scala.runtime.ScalaNumberProxy中

abstract class ScalaNumberProxy[T: Numeric] extends ScalaNumericConversions with Typed[T] with OrderedProxy[T]


这个[T: Numeric]是什么意思,是2.9新加入的特性么?
liusong1111 2011-06-01
http://stackoverflow.com/questions/3855595/scala-function-implicitly

第一个回复描述的很棒。
Eastsun 2011-06-03
没记错的话,2.8就有了
Global site tag (gtag.js) - Google Analytics