Loader_buf.Wakeinclude S with type t = W.ttype t = W.tval dim : t -> intSize of the buffer.
A mutable cursor, pointing to an arbitrary position of a buffer.
val cursor : ?at:int -> Machine.endianness -> t -> cursorval seek : cursor -> int -> unitval ensure : cursor -> int -> string -> unitval advance : cursor -> int -> unitval at_end : cursor -> boolmodule Peek : sig ... endmodule Read : sig ... endmodule Write : sig ... end