Module Gluten.BufferSource

Sourcetype t
Sourceval create : int -> t
Sourceval get : t -> f:(Bigstringaf.t -> off:int -> len:int -> int) -> int
Sourceval put : t -> f: (Bigstringaf.t -> off:int -> len:int -> ([ `Eof | `Ok of int ] -> unit) -> unit) -> ([ `Eof | `Ok of int ] -> unit) -> unit