package mm

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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.