Buffer

com.github.arturopala.bufferandslice.Buffer
See theBuffer companion trait
object Buffer

Buffer factory.

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Buffer.type

Members list

Value members

Concrete methods

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