Up
Module
To_bigstring
:
Iobuf_intf.Consuming_blit
with
type
src
:=
src
with
type
dst
:=
Core_kernel.Std.Bigstring.t
Signature
type
src
type
dst
val
blito : (
src
,
dst
)
Iobuf_intf.consuming_blito
val
blit : (
src
,
dst
)
Iobuf_intf.consuming_blit
val
unsafe_blit : (
src
,
dst
)
Iobuf_intf.consuming_blit
val
subo : ?len:int ->
src
->
dst
subo
defaults to using
Iobuf.length src
val
sub :
src
-> len:int ->
dst