Buffer

object Buffer

Buffer factory.

Buffer factory.

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[T](head: T, tail: T*): Buffer[T]
@inline
def apply[T](array: Array[T]): Buffer[T]
@inline
def apply[T](array: Array[T], length: Int): Buffer[T]
def empty[T]: Buffer[T]
def ofSize[T](size: Int): Buffer[T]