package mopsa

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. mutable cin : char list;
  2. mutable cout : char list;
}
val create : unit -> t
val is_empty : t -> bool
val length : t -> int
val add : t -> char -> unit
val get : t -> char
val get_opt : t -> char option
val clear : t -> unit
OCaml

Innovation. Community. Security.