Up

Module Make (Elt : Elt) (Sequence : sig .. end) : S with type t := Sequence.t

Make is for blitting between two values of the same monomorphic type.

Parameters

Elt : Elt
Sequence : sig .. end

Signature

type t
val blit : (t, t) blit
val blito : (t, t) blito
val unsafe_blit : (t, t) blit
val sub : (t, t) sub
val subo : (t, t) subo