This commit is contained in:
Simon Cruanes 2023-06-15 21:16:47 -04:00
parent ed0f016f27
commit 56bb2db880
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -27,8 +27,7 @@ type t = {
_rest: hidden; (** Use {!make} to build a stream. *)
}
(** A buffered stream, with a view into the current buffer (or refill if empty),
and a function to consume [n] bytes.
See {!Byte_stream} for more details. *)
and a function to consume [n] bytes. *)
val close : t -> unit
(** Close stream *)