Parameter Make1_and_test.1-Sequence
include Base.Blit.Sequence1
val create_like : len:int -> 'a t -> 'a t
Make1*
guarantees to only callcreate_like ~len t
withlen > 0
iflength t > 0
.
val length : _ t -> int
val unsafe_blit : ('a t, 'a t) Base__.Blit_intf.blit
include Sequence1 with type 'a t := 'a t with type 'a elt := 'a poly
val length : _ t -> Base.int
Make1*
guarantees to only callcreate_like ~len t
withlen > 0
iflength t > 0
.