module Make:functor (
Elt
:
Blit_intf.Elt
) ->
functor (
Sequence
:
sig
include Blit_intf.Sequence
val unsafe_blit :(t, t) Blit_intf.blit
end
) ->
S
with type t := Sequence.t
Make
is for blitting between two values of the same monomorphic type.Parameters: |
|
type
t
val blit : (t, t) Blit_intf.blit
val blito : (t, t) Blit_intf.blito
val unsafe_blit : (t, t) Blit_intf.blit
val sub : (t, t) Blit_intf.sub
val subo : (t, t) Blit_intf.subo