Buffer

object Buffer
Source
__.scala
class java.lang.Object
trait scala.Matchable
class Any

Def

inline def apply[A](): Buffer[A]
Source
__.scala
inline def apply[A](initSize: Int): Buffer[A]
Source
__.scala
inline def apply[A](a: Array[A], s: Int): Buffer[A]
Source
__.scala

Implicit

implicit inline def implicitRequest[A](v: NEW): Buffer[A]
Source
__.scala