diff --git a/src/stdune/bytes.mli b/src/stdune/bytes.mli new file mode 100644 index 00000000..a395a7ee --- /dev/null +++ b/src/stdune/bytes.mli @@ -0,0 +1,9 @@ +include module type of StdLabels.Bytes with type t = StdLabels.Bytes.t + +val blit_string + : src:string + -> src_pos:int + -> dst:t + -> dst_pos:int + -> len:int + -> unit