Up

Module Make1 (Sequence : sig .. end) : S1 with type 'a t := 'a Sequence.t

Make1 is for blitting between two values of the same polymorphic type.

Parameters

Sequence : sig .. end

Signature

type 'a t
val blit : ('a t, 'a t) Blit_intf.blit
val blito : ('a t, 'a t) Blit_intf.blito
val unsafe_blit : ('a t, 'a t) Blit_intf.blit
val sub : ('a t, 'a t) Blit_intf.sub
val subo : ('a t, 'a t) Blit_intf.subo