Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Owee_bufLow-level buffer manipulation library
type t = (int, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.tval dim : t -> intSize of the buffer
A mutable cursor, pointing to an arbitrary position of a buffer
val seek : cursor -> int -> unitval ensure : cursor -> int -> string -> unitval advance : cursor -> int -> unitval at_end : cursor -> boolsub t len returns a fresh cursor pointing to the beginning of a sub-buffer of size len starting from t, and advances t by len
module Read : sig ... end