package gluten

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val create : int -> t
val get : t -> f:(Bigstringaf.t -> off:int -> len:int -> int) -> int
val put : t -> f: (Bigstringaf.t -> off:int -> len:int -> ([ `Eof | `Ok of int ] -> unit) -> unit) -> ([ `Eof | `Ok of int ] -> unit) -> unit