package mopsa

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

Parameters

module Key : KEY

Signature

type 'a t = {
  1. elements : (Key.t * 'a) option array;
  2. size : int;
  3. mutable next : int;
}
val create : int -> 'a t
val add : Key.t -> 'a -> 'a0 t -> unit
val find : Key.t -> 'a t -> 'a0
OCaml

Innovation. Community. Security.