Buffer

object Buffer

Buffer factory.

Companion:
class
class Object
trait Matchable
class Any
Buffer.type

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]