Module type Ringbuffer.Buffer

Underlying buffers of ringbuffers.

type t

Type of a buffer.

val create : int -> t

Create a buffer of given length.

val blit : t -> int -> t -> int -> int -> unit

Blitting function.