package hardcaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type !'a ports = {
  1. mutable ports : 'a array;
}
val lookup : ('b -> 'a) -> 'b -> 'a
val set_port : 'a -> 'a ports -> int -> 'a -> unit
val get_port : 'a -> 'a ports -> int -> 'a
val get_ports : 'a ports -> 'a array
val mk_ports : unit -> 'a ports
val check_ports : 'a -> string -> 'a ports -> unit