package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Defines private methods reading text line by line

method private enhanced_input_line : unit -> string

An improved implementation of input_line that uses the buffer

method private enhanced_input : Bytes.t -> int -> int -> input_result

An improved implementation of input_line that uses the buffer

Works similar to input, but distinguishes between normal data * and end-of-line separators. The latter are returned as * `Separator s. When normal data is found, it is copied to the * string, and `Data n is returned to indicate that n bytes * were copied.

OCaml

Innovation. Community. Security.