Buf

object Buf
Companion:
class
class Object
trait Matchable
class Any
Buf.type

Type members

Types

type D = Buf { type Elem = Double; }
type E[A] = Buf { type Elem = A; }
type I = Buf { type Elem = Int; }
type L = Buf { type Elem = Long; }