Make.B
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.