/* __ *\ ** ________ ___ / / ___ Scala API ** ** / __/ __// _ | / / / _ | (c) 2010-2013, LAMP/EPFL ** ** __\ \/ /__/ __ |/ /__/ __ | http://scala-lang.org/ ** ** /____/\___/_/ |_/____/_/ | | ** ** |/ ** \* */ package scala.collection.generic /** A trait for objects which have a size. */ trait Sizing { def size: Int }
<iframe src="https://xuwei-k.github.io/scala-library-sxr/scala-library-2.10.0/scala/collection/generic/Sizing.scala.html" width="1280" height="720" frameborder="0"> </iframe>