Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val blit : src:t -> src_pos:int -> dst:bytes -> dst_pos:int -> len:int -> unit
val blito :
src:t ->
?src_pos:int ->
?src_len:int ->
dst:bytes ->
?dst_pos:int ->
unit ->
unit
val unsafe_blit :
src:t ->
src_pos:int ->
dst:bytes ->
dst_pos:int ->
len:int ->
unit
val sub : t -> pos:int -> len:int -> bytes
val subo : ?pos:int -> ?len:int -> t -> bytes