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