module type Elt =Signature for modules describing elements of ringbuffers (used by functors creating ringbuffers).sig
..end
type
t
val create : unit -> t
val blit : t array -> int -> t array -> int -> int -> unit
Array.blit
should be used in most cases unless some
optimizations are required.